Skip to content
This repository has been archived by the owner on Mar 7, 2018. It is now read-only.

Releases: napalm-automation/napalm-eos

0.6.1

29 Aug 16:23
Compare
Choose a tag to compare
  • Update delete_user template #172
  • Don't swallow exceptions when retrieving mac table #175
  • populate 'remote_port_description' in get_lldp_neighbors_detail() #176

0.6.0

26 Jun 12:18
Compare
Choose a tag to compare

This is a feature release

  • napalm-eos is now ready to receive the napalm-yang blessings: #156
  • Add transport optional argument: #167, preserving the previous eos_transport
  • Consistent ping output: #161 thanks to @bewing
  • Improved TextFSM template for get_network_instances: #166 thanks to @bewing
  • Fix get_users (#168) in #169 thanks to @bewing
  • Removed comma by @itdependsnetworks (#159)

0.5.6

17 Mar 11:57
Compare
Choose a tag to compare

Require napalm-base>=0.23.0 for TRACEROUTE_VRF arg
get_route_to() now returns all vrfs (#145) thanks to @kbirkeland
Full vrf support for traceroute() and ping() (#146) thanks to @kbirkeland
Fix "Config lock not released in some error cases" (#148) in #149 by @bewing

0.5.5

03 Mar 07:56
Compare
Choose a tag to compare

Fixed "get_lldp_neighbors() works but not get_lldp_neighbors_detail()" (#127) in #137
Fixed "LLDP chassisId is converted to a MAC address for non-MAC address chassisId values" (#138) in #139

0.5.4

08 Feb 20:44
Compare
Choose a tag to compare

0.5.3

02 Feb 11:51
Compare
Choose a tag to compare

Fixed "get_bgp_config not working without peer groups" (#119) in #126
Fixed "Inconsistent output of get_route_to" (#109) in #124

0.5.2

13 Jan 14:34
Compare
Choose a tag to compare

Fixed delete_snmp_config template issues: #117
Fixed .get_snmp_information() not parsing communities correctly: #113
Users' config templates: #112

0.5.1

29 Dec 14:41
Compare
Choose a tag to compare

0.5.0

29 Nov 08:10
Compare
Choose a tag to compare

0.4.4

16 Nov 12:02
Compare
Choose a tag to compare

Solves #80, #81 and #84