We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 246807e commit fcf4387Copy full SHA for fcf4387
netutils/lib_mapper.py
@@ -747,7 +747,6 @@
747
# Deep copy the reverse, where there is no actual translation happening with special
748
# consideration for OS's not in netmiko.
749
_MAIN_LIB_MAPPER = copy.deepcopy(NETMIKO_LIB_MAPPER)
750
-# _MAIN_LIB_MAPPER["aruba_aoscx"] = "aruba_aoscx"
751
_MAIN_LIB_MAPPER["cisco_aireos"] = "cisco_aireos"
752
_MAIN_LIB_MAPPER["cisco_dnac"] = "cisco_dnac"
753
_MAIN_LIB_MAPPER["cisco_meraki"] = "cisco_meraki"
0 commit comments