1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/net-mgmt/py-napalm/pkg-message
Kai Knoblich a25c92e26a net-mgmt/py-napalm: Update to 3.0.1:
* Add some instructions to cope with the command changes that were
  introduced to newer versions of Arista EOS.

Changelog:

Junos:
* Close configuration in case "configure_private" is set to avoid configure
  session to stay forever

IOS:
* "get_interfaces_counters" broken with Managment Interface
* "get_optics" does not work on VSS setup
* "get_optics" broken if input value is N/A

NXOS:
* Fix "cmd_verify" and null character

https://github.com/napalm-automation/napalm/releases/tag/3.0.1

MFH:		2020Q2 (Blanket: Bugfix release)
2020-05-24 09:32:24 +00:00

21 lines
768 B
Plaintext

[
{ type: upgrade
maximum_version: "3.0.1"
message: <<EOD
Release 3.0.0 introduced support for the Arista FN 0039 command changes (Github
issue #1093), by replacing the old style commands with the new style commands.
This also affected the way NAPALM loads the configuration on the device (i.e.,
it would transform the configuration before loading).
In order to prevent this, and avoid unexpected results, a new optional argument
"eos_fn0039_config" was introduced, defaulting to "False", which can be used to
select whether NAPALM should convert the configuration command before loading.
By default, NAPALM won't transform the configuration, but setting the variable
"eos_fn0039_config" to "True" it would help one to transition to newer EOS
versions.
EOD
}
]