Skip to content

3.1.0

Compare
Choose a tag to compare
@mirceaulinic mirceaulinic released this 27 Jul 12:14
· 945 commits to master since this release
4af2aba

Core changes

  • Fix: force_no_enable enabled on ios and nx only #1240
    If you maintain a thrid-party driver using Netmiko for the underlying layer, but that doesn't make use of the enable features typically found on IOS-like devices, it is recommended to pin to this NAPALM version, so it won't break compatibility. See #1241 for more information.
  • lxml text retrieval (find_txt) shouldn't fail if no text element available #1242

Driver changes

  • [NX-OS] Initial version for nxos_ssh get_optics #1215
  • [NX-OS] Fixed get_bgp_neighbors and asdot notation on NX-OS #1230
  • [Junos] Fix "KeyError in get_environment() on Juniper MX10k3 with Junos 19.2R1.8 #1247" by making PEM naming consistent #1248
  • [IOS] Fix get_optics metric #1220
  • [IOS] Allow username detection on older Cisco ios versions #1121