This repository has been archived by the owner on Jan 16, 2019. It is now read-only.
Releases: napalm-automation/napalm-ios
Releases · napalm-automation/napalm-ios
0.8.1
0.8.0
0.7.0
This is a feature release
- Add
keepalive
optional argument: #149 - Send NULL byte when
is_alive
is invoked (to maintain the SSH connection persistent): #155 - Raise
ConnectionClosedException
when the connection becomes unusable - the transport layer (netmiko) raises EOFError or the socket is closed: #152 Thanks to @kbirkeland - Updated PR for get_bgp_neighbors to support IPv6: #153
- Improved implementation for
get_interfaces
: #157 thanks to @itdependsnetworks - Capture generic errors when doing a commit/replace: #150
- Fix lint issue with socket import: #167