Skip to content

Commit

Permalink
Fix mapping for Juniper devices with Netmiko
Browse files Browse the repository at this point in the history
`junos` was incorrectly mapped to `juniper_eos` instead of
`juniper_junos`. It shouldn't matter much as, AFAIK, `junos` is not
using Netmiko.
  • Loading branch information
vincentbernat committed Sep 7, 2020
1 parent 965966d commit ac0964f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion napalm/base/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"nxos_ssh": "cisco_nxos",
"iosxr": "cisco_iosxr",
"eos": "arista_eos",
"junos": "juniper_eos",
"junos": "juniper_junos",
}
LLDP_CAPAB_TRANFORM_TABLE = {
"o": "other",
Expand Down

0 comments on commit ac0964f

Please sign in to comment.