NAPALM v2.4.0 Release Notes

Release Date: 2019-02-11 // about 5 years ago
    • ๐Ÿ›  Fix issue where 'no file prompt' in configuration gets reverted due to commit or rollback (#918)
    • ๐ŸŽ File prompt quiet changes to improve Cisco IOS performance (#913)
    • Add support for VRF in EOS get_arp_table (#908)
    • ๐Ÿ‘ Nexus SSH: Support another magic IP address line format (#912)
    • Define the junos view table for lldp neighbors (#909)
    • 0๏ธโƒฃ Resolve default value issue in get_interfaces() (#910)
    • Have get_mac_address_table return the same interface names as get_interfaces (#907)
    • โšก๏ธ Update EOS LLDP type constant map. Fixes #903
    • ๐Ÿ”จ Refactor processing of EOS optional_args (#901) (#902)
    • ๐Ÿ“œ Speedup interface parsing for junos (#898)
    • Add structure for VRF support to get_arp_table (#900)
    • ๐Ÿ‘ป Catch ValueError exception when vlan is not set to an integer. (#889)
    • ๐Ÿ‘‰ Make nxos return info for all VRFs when getting IP and ARP data (#890)
    • ๐Ÿ›  Fix fetching MAC address table in junos (#895)
    • ๐Ÿ– Handle missing remote port in junos LLDP neighbors data (#888)
    • ๐Ÿ‘Œ Improve LLDP implementation (#863)
    • ๐Ÿ‘ Allow for disable of Junos Locking so that it can be externally managed (#881)
    • ๐Ÿ›  Fix path in tests when running on a windows environment (#887)
    • โž• Add black as a development requirement for python >= 3.6 (#886)
    • ๐Ÿ‘‰ Use black for auto-formatting (#885)
    • ๐Ÿ‘‰ Use Netmiko's save_config method instead of write mem
    • ๐Ÿ“œ nxos_ssh incorrect parsing on tunnel interface FIXES#855 (#871)
    • ๐Ÿ”จ Refactor LLDP neighbors detail on Junos (#878)
    • ๐Ÿ›  Fixing sporadic save config issues (#866)
    • Convert nxos driver to use nxapi-plumbing for underlying library (#857)
    • ๐Ÿคก Default mock driver path to current directory (#869)
    • Implement get_users for root user on Junos (#868)
    • ๐Ÿ›  Fixing username prompting issue. (#829)
    • remove_cli_exception in Cisco IOS
    • ๐Ÿ›  NXOS - Add received_prefixes in return value and multiple AF (#791)
    • NX-OS get_network_instances (#837)
    • Enforce Paramiko >= 2.4.2 (#853)
    • ๐Ÿ›  Fix timeout not being used when opening netmiko connection to IOS device (#851)
    • ๐Ÿ‘Œ Improve LLDP neighbor detail parsing on older IOS versions (#846)
    • ๐Ÿ”จ NX-OS refactor (#833)
    • IOS get_bgp_neighbors check for None type neighbor_entry (#844)
    • junos cli function: all pipes ignored (#826)
    • ๐Ÿ–จ print changed to function to support python3 (#841)
    • โšก๏ธ update docs with load conf methods not supported for vEOS < 4.15 (#839)
    • ๐Ÿ’… Use Python3 style print()
    • Prevent validation_source modification (#836)
    • ๐Ÿ”„ Change docs to refer to ETX (end of text character)