mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
a25c92e26a
* 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)
21 lines
768 B
Plaintext
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
|
|
}
|
|
]
|