Releases: napalm-automation-community/napalm-panos
Releases · napalm-automation-community/napalm-panos
v0.6.1
Added
- #108 Added Support for sdwan interfaces
- #105 Include interface description for get_interfaces method
Fixed
- #115 Update package dependencies, fix tests
Full Changelog: v0.6.0...v0.6.1
v0.6.0
Added
- #102 Added Support for get_arp_table method
- #99 Added documentation of supported getters
- #93 Added ability to lock config optionally
- #104 Added change log document
Fixed
- #101 Handles unable to convert to int for edge case with interfaces
- #103 Fix Empty List of Interfaces
v0.5.4
- Fixes #94 load_replace_candidate broke
- #96 Update Readme
v0.5.3
Fixed:
- #88 - Convert package, add linters, fix linting issues
- #70 - Update lldp when single entry is shown
- #64 - Improve version handling for netmiko
- #73 - update splitlines on string of config
- #62 - Fix for the get_interfaces method called devices with sub-ifaces
- #90 - Update lxml for security reason
0.5.2
- Update get_interfaces
- Update get_interfaces_ip
- Fix PIP 10
0.5.1
- Fixes imports
- Long outstanding sync of master and devel
Update Imports
Updated to compatible with NAPALM 2.0
0.4.0
Bypass a couple of pylama errors: #36
Add support for get_route_to and get_lldp_neighbors: #34
Convert to use Tox: #33
0.3.0
Added is_alive
method.
Added Python3 support.