forked from pool/python-napalm
Accepting request 913295 from home:mnhauke:network:automation
- Update to version 3.3.1 * [IOS-XR] Fix #1330 (get_bgp_neighbors_detail: flap_count return a negative value). * [IOS] Fix #1387 (get_network_instances fails KeyError when deleting item from interfaces). * [Junos] Fix bgp flap_count issue for iosxr_netconf. * [Junos] Change the function cli when result is xml object. * [EOS, IOS, Junos, NXOS] Add source_interface argument to ping. - Update to version 3.3.0 New Features * [Junos] Add get_vlans for Junos. * [Junos] Added Support for Logical Interfaces Counters. * [Junos] Use aply-groups inheritance on get-configuration RPC calls. * [Core] Adding cannonical mapping for 25GE, 50GE, 200GE and 400GE interfaces. Bug Fixes * [EOS] Fix for BGP description not found by get_bgp_neighbors in some EOS versions. * [EOS] Set next hop to something valid for vxlan routes. * [EOS] Fix naplam.get_route_to() not working on EOS:failed to detect a valid IP address from u''. * [IOS-XR] XR 7+: get_lldp_neighbors_detail query only the NodeTable. * [IOS-XR] Resolve #1181 (IOS-XR get_environment() throws an error in 6.3.2 on NCS5501) and reduce the get_facts heavy workload. * [IOS-XR] Look up the KeepAliveTime and HoldTime keys in the VRF tree. * [Junos] Fix sanitized bug for Junos. OBS-URL: https://build.opensuse.org/request/show/913295 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-napalm?expand=0&rev=17
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7901fe3a1dfba710f90f7d979dc7f3b02d1e5a9ea5d419495cc5a89daafd3e23
|
||||
size 1216428
|
||||
3
napalm-3.3.1.tar.gz
Normal file
3
napalm-3.3.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6e1f5897e2007b27c0c137e93be822c8193357fe7f5416d64eb751175a9ffdb9
|
||||
size 1535740
|
||||
@@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 20 09:38:29 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 3.3.1
|
||||
* [IOS-XR] Fix #1330 (get_bgp_neighbors_detail: flap_count
|
||||
return a negative value).
|
||||
* [IOS] Fix #1387 (get_network_instances fails KeyError when
|
||||
deleting item from interfaces).
|
||||
* [Junos] Fix bgp flap_count issue for iosxr_netconf.
|
||||
* [Junos] Change the function cli when result is xml object.
|
||||
* [EOS, IOS, Junos, NXOS] Add source_interface argument to ping.
|
||||
- Update to version 3.3.0
|
||||
New Features
|
||||
* [Junos] Add get_vlans for Junos.
|
||||
* [Junos] Added Support for Logical Interfaces Counters.
|
||||
* [Junos] Use aply-groups inheritance on get-configuration RPC
|
||||
calls.
|
||||
* [Core] Adding cannonical mapping for 25GE, 50GE, 200GE and
|
||||
400GE interfaces.
|
||||
Bug Fixes
|
||||
* [EOS] Fix for BGP description not found by get_bgp_neighbors
|
||||
in some EOS versions.
|
||||
* [EOS] Set next hop to something valid for vxlan routes.
|
||||
* [EOS] Fix naplam.get_route_to() not working on EOS:failed to
|
||||
detect a valid IP address from u''.
|
||||
* [IOS-XR] XR 7+: get_lldp_neighbors_detail query only the
|
||||
NodeTable.
|
||||
* [IOS-XR] Resolve #1181 (IOS-XR get_environment() throws an
|
||||
error in 6.3.2 on NCS5501) and reduce the get_facts heavy
|
||||
workload.
|
||||
* [IOS-XR] Look up the KeepAliveTime and HoldTime keys in the
|
||||
VRF tree.
|
||||
* [Junos] Fix sanitized bug for Junos.
|
||||
* [Junos] Multiple next-hop self config stanzas generate a list.
|
||||
* [Junos] Add wildcard for set matches on junos.
|
||||
* [Junos] Fix mapping for Juniper devices with Netmiko.
|
||||
* [IOS] Handle control plane interface.
|
||||
* [IOS] Set minimum ttl to zero to fix issue.
|
||||
* [NX-OS] Cast uptime values to int before processing.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 3 18:55:26 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-napalm
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-napalm
|
||||
Version: 3.2.0
|
||||
Version: 3.3.1
|
||||
Release: 0
|
||||
Summary: Network Automation and Programmability Abstraction Layer
|
||||
License: Apache-2.0
|
||||
|
||||
Reference in New Issue
Block a user