diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2020-05-24 17:32:24 +0800 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2020-05-24 17:32:24 +0800 |
commit | a25c92e26a7aa7409e4b4e0bcf6d55066556da03 (patch) | |
tree | 72362583117994130969e773538b58d5303f21df /net-mgmt/py-napalm | |
parent | 419e96d7eda550d58d2eef120f07e3a47eddb4a2 (diff) | |
download | freebsd-ports-gnome-a25c92e26a7aa7409e4b4e0bcf6d55066556da03.tar.gz freebsd-ports-gnome-a25c92e26a7aa7409e4b4e0bcf6d55066556da03.tar.zst freebsd-ports-gnome-a25c92e26a7aa7409e4b4e0bcf6d55066556da03.zip |
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)
Diffstat (limited to 'net-mgmt/py-napalm')
-rw-r--r-- | net-mgmt/py-napalm/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/py-napalm/distinfo | 6 | ||||
-rw-r--r-- | net-mgmt/py-napalm/pkg-message | 20 |
3 files changed, 24 insertions, 4 deletions
diff --git a/net-mgmt/py-napalm/Makefile b/net-mgmt/py-napalm/Makefile index 6989a4c73bc5..0c85cdf860ad 100644 --- a/net-mgmt/py-napalm/Makefile +++ b/net-mgmt/py-napalm/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= napalm -DISTVERSION= 3.0.0 +DISTVERSION= 3.0.1 CATEGORIES= net-mgmt python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net-mgmt/py-napalm/distinfo b/net-mgmt/py-napalm/distinfo index cd6aa7ac707f..796909c41946 100644 --- a/net-mgmt/py-napalm/distinfo +++ b/net-mgmt/py-napalm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1589441084 -SHA256 (napalm-automation-napalm-3.0.0_GH0.tar.gz) = dbc1a187b9b38cd0840a53b4281728852d22b35f59ec6e81e4c97001cb705a0e -SIZE (napalm-automation-napalm-3.0.0_GH0.tar.gz) = 1190589 +TIMESTAMP = 1589873376 +SHA256 (napalm-automation-napalm-3.0.1_GH0.tar.gz) = a2d159e91a2d1355fc1eed323a189981999f99776d15c628a8b6aba822fb855a +SIZE (napalm-automation-napalm-3.0.1_GH0.tar.gz) = 1197783 diff --git a/net-mgmt/py-napalm/pkg-message b/net-mgmt/py-napalm/pkg-message new file mode 100644 index 000000000000..4a6e3205deff --- /dev/null +++ b/net-mgmt/py-napalm/pkg-message @@ -0,0 +1,20 @@ +[ +{ 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 +} +] |