Releases: napalm-automation/napalm
Releases · napalm-automation/napalm
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