Releases: napalm-automation/napalm
Releases · napalm-automation/napalm
0.60.0
Base
New getters:
- Added method cli
- Added method get_arp_table
- Added method get_ntp_peers
- Added method get_lldp_neighbors
- Added method get_lldp_neighbors_details
- Added method get_interfaces_ip
- Added method get_route_to
- Added method get_bgp_neighbors_detail
- Added method get_bgp_config
- Added method get_mac_address_table
- Added method load_template
- Added method get_snmp_information
Please, refer to the getters support matrix for more information
Some bugs were killed and some internal improvements were also done.
EOS
- Added template to delete ntp peers
- Added template to set ntp peers
JunOS
- Locking the configuration is now optional via an optional_arg
- Added template to delete ntp peers
- Added template to set ntp peers
- Added template to delete rpm probes peers
- Added template to set rpm probes peers
IOS-XR
- Locking the configuration is now optional via an optional_arg
- Added template to delete ntp peers
- Added template to set ntp peers
NXOS
- Added template to delete ntp peers
- Added template to set ntp peers
IOS
- IOS now returns long interfaces names.
Pluribus
- Added support for Pluribus.
- Only some getters are supported, no support for configuration changes.
Special thanks
To @mirceaulinic, @ktbyers @ande0581 and @jejenone for their contributions.
0.51.0
- IOSDriver - Major improvements.
- IOSDriver - IOS now supports all the current configuration and getters method.
- CLI - Added a tool to manage configuration from a shell.
- General - Added context manager.
- FortiOSDriver - Added support for VDOMs.
- Misc - Some drivers now support specifying a port other than the default.
Thanks to @ktbyers for the great job done for the IOSDriver.
0.50.3
0.50.2
0.50.1
0.50
New driver
- IOS - Thanks to @GGabriele
New methods:
- get_bgp_neighbors
- get_environment
- get_interface_counters
Bugfixes:
- Solved a conflicting namespace issue
- Other minor tiny bugfixes
0.40
0.30
Improvements:
- You can specify the "timeout" when creating a driver instance.
- Several documentation improvements.
- Ansible plugin can skip the step of gathering the diff.
New drivers:
- IBMDriver for Lenovo switches. Thanks to @kderynski