Skip to content

Commit

Permalink
update mapper
Browse files Browse the repository at this point in the history
  • Loading branch information
itdependsnetworks committed Sep 8, 2023
1 parent 916219d commit 1003a7d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/user/lib_mapper/netutilsparser.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@
| netscaler || netscaler |
| nokia_sros || nokia_sros |
| paloalto_panos || paloalto_panos |
| ruckus_fastiron || ruckus_fastiron |
| ruckus_fastiron || ruckus_fastiron |
| ubiquiti_airos || ubiquiti_airos |
3 changes: 2 additions & 1 deletion docs/user/lib_mapper/netutilsparser_reverse.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@
| netscaler || netscaler |
| nokia_sros || nokia_sros |
| paloalto_panos || paloalto_panos |
| ruckus_fastiron || ruckus_fastiron |
| ruckus_fastiron || ruckus_fastiron |
| ubiquiti_airos || ubiquiti_airos |
2 changes: 2 additions & 0 deletions netutils/lib_mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@
"nokia_sros": "nokia_sros",
"paloalto_panos": "paloalto_panos",
"ruckus_fastiron": "ruckus_fastiron",
"ubiquiti_airos": "ubiquiti_airos",
}

NAPALM_LIB_MAPPER_REVERSE = {
Expand Down Expand Up @@ -342,6 +343,7 @@
"nokia_sros": "nokia_sros",
"paloalto_panos": "paloalto_panos",
"ruckus_fastiron": "ruckus_fastiron",
"ubiquiti_airos": "ubiquiti_airos",
}

# Deep copy the reverse, where there is no actual translation happening.
Expand Down

0 comments on commit 1003a7d

Please sign in to comment.