Skip to content

Commit cf8671b

Browse files
authored
add cisco_wlc_ssh mapping to ntctemplates lib mapper (#620)
1 parent 4b0772c commit cf8671b

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/user/lib_mapper/ntctemplates.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
| cisco_s300 || cisco_s300 |
3434
| cisco_tp || cisco_tp |
3535
| cisco_wlc || cisco_wlc |
36+
| cisco_wlc_ssh || cisco_wlc |
3637
| cisco_xe || cisco_xe |
3738
| cisco_xr || cisco_xr |
3839
| cloudgenix_ion || cloudgenix_ion |

docs/user/lib_mapper/ntctemplates_reverse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
| cisco_nxos || cisco_nxos |
3333
| cisco_s300 || cisco_s300 |
3434
| cisco_tp || cisco_tp |
35-
| cisco_wlc || cisco_wlc |
35+
| cisco_wlc || cisco_wlc_ssh |
3636
| cisco_xe || cisco_ios |
3737
| cisco_xr || cisco_xr |
3838
| cloudgenix_ion || cloudgenix_ion |

netutils/lib_mapper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@
261261
# ntc templates is primarily based on netmiko, so a copy is in order
262262
_NTCTEMPLATES_LIB_MAPPER = copy.deepcopy(NETMIKO_LIB_MAPPER)
263263
_NTCTEMPLATES_LIB_MAPPER["aruba_aoscx"] = "aruba_aoscx"
264+
_NTCTEMPLATES_LIB_MAPPER["cisco_wlc_ssh"] = "cisco_wlc"
264265
_NTCTEMPLATES_LIB_MAPPER["huawei_vrp"] = "huawei_vrp"
265266
_NTCTEMPLATES_LIB_MAPPER["vmware_nsxv"] = "vmware_nsxv"
266267
_NTCTEMPLATES_LIB_MAPPER["watchguard_firebox"] = "watchguard_firebox"

0 commit comments

Comments
 (0)