Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Releases: napalm-automation/napalm-iosxr

0.5.6

24 Oct 13:33
Compare
Choose a tag to compare

This is a bugfix release

Fixed get_fact - error on cisco virl xrv (#104) via #143 thanks to @mekisiel

0.5.5

11 Oct 17:08
Compare
Choose a tag to compare

This is a bugfix release

Fix issues with the is_alive method.

0.5.4

31 Jul 10:27
Compare
Choose a tag to compare

This is a bugfix release

get_bgp_config: Have prefix limit check for lower case AF: #136 thanks to @loverend

0.5.3

12 Jul 17:30
Compare
Choose a tag to compare

This is a bugfix release

0.5.2

26 Jun 13:48
Compare
Choose a tag to compare

Require pyIOSXR >= 0.51 due to a typo bug

0.5.1

26 Jun 09:32
Compare
Choose a tag to compare

Packaging related fix: "Avoid installing the test/ directory & files as a package.": #126 thanks to @he32

0.5.0

05 Jun 15:00
Compare
Choose a tag to compare

This release is breaking backward compatibility.

The optional argument config_lock defaults to False now (i.e. after initialising the connection with the network device, it will not attempt to acquire the config DB.). NAPALM will request config lock only when required, just before trying to to load the configuration. To release (unlock), one needs to discard config or commit.

Although it was a bug, the outer key of the dictionary returned by get_bgp_neighbors_detail becomes global (previously default). For more info, consult napalm-automation/napalm-base#227.

Enhancements:

  • get_route_to returns also IPv6 routes thanks to @manuel-domke, @thorko and @juergen-geinitz: #117
  • More optional arguments: keepalive, use_keys, key_file , ssh_strict, system_host_keys, alt_host_keys, alt_key_file, ssh_config_file - #121

0.4.8

08 Feb 20:17
Compare
Choose a tag to compare

Add VRF argument to traceroute and ping: #97

0.4.7

27 Jan 14:06
Compare
Choose a tag to compare

Allow bgp neighbors without any neighbor groups: #94

0.4.6

13 Jan 13:59
Compare
Choose a tag to compare

Users' config templates: #91