This repository has been archived by the owner on Sep 17, 2019. It is now read-only.
Releases: napalm-automation/napalm-iosxr
Releases · napalm-automation/napalm-iosxr
0.5.6
0.5.5
This is a bugfix release
Fix issues with the is_alive
method.
0.5.4
0.5.3
This is a bugfix release
- Remove dangerous usage of
eval
: #132 - Native jinja templates fixes: #131 and #130 thanks to @wasabi222
0.5.2
Require pyIOSXR >= 0.51 due to a typo bug
0.5.1
0.5.0
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