Skip to content

2.4.0

Compare
Choose a tag to compare
@ktbyers ktbyers released this 11 Feb 19:28
· 1151 commits to develop since this release
4e50347
  • 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)
  • 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)