Skip to content

Commit

Permalink
[NN20-prep] - netutils/lib_mapper.py (#374)
Browse files Browse the repository at this point in the history
* modified:   netutils/lib_mapper.py

* Update lib_mapper.py
  • Loading branch information
pato23arg authored Oct 26, 2023
1 parent ed680db commit 23bae72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netutils/lib_mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@
_MAIN_LIB_MAPPER["lenovo_cnos"] = "lenovo_cnos"
_MAIN_LIB_MAPPER["lenovo_enos"] = "lenovo_enos"
_MAIN_LIB_MAPPER["ruckus_icx"] = "ruckus_icx"
_MAIN_LIB_MAPPER["ruckus_smartzone"] = "ruckus_smartzone"
_MAIN_LIB_MAPPER["vmware_nsxv"] = "vmware_nsxv"
_MAIN_LIB_MAPPER["watchguard_firebox"] = "watchguard_firebox"
MAIN_LIB_MAPPER = {key: _MAIN_LIB_MAPPER[key] for key in sorted(_MAIN_LIB_MAPPER)}

0 comments on commit 23bae72

Please sign in to comment.