forked from pool/python-netmiko
Accepting request 1288947 from home:mnhauke:network:automation
- Update to version 4.6.0
* Fix to support cisco apic paging.
* Update Palo Alto Log Collector Compatibility.
* Fix pluribus paging issue.
* Improve H3C/Comware check_config_mode.
* Reimplement Huawei SmartAX autodetect.
* Aruba CX SSH autodetect.
* Telnet timeout.
* Huawei buffer clear.
* Nokia SR Linux: Modify check_config_mode regex.
* Add ANSI escape code to strip (graphics mode) on Linux.
* Palo Alto Fix commit options policy_and_objects.
* Screenos 'accept' fix (attempt #3).
* A10 nolicense issue and check_config_mode.
* Linux SCP updates to support environment variables.
* Support for cntl-y handler in Extreme VSP.
* H3c autodetect.
* Fix Arista term width exception issue.
* Improve telnet_login behavior in cisco_base_connection.py.
* Fixing MRV LX config mode issue.
* Improve Palo Alto find_prompt behavior.
* Do NOT double logout on disconnect if logged in as root
on Linux.
* Bugfix Mikrotik version > 6.48 = 'export' command incomplete
* silverpeak_vxoa added.
* add support for force10 'login banner acknowledge enable'.
* Added fiberstore_networkos.
* LANCOM LCOS SX4 driver.
* FastIron: Fix missing non-greedy, fix no enable pwd, improve
base_connection.
OBS-URL: https://build.opensuse.org/request/show/1288947
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netmiko?expand=0&rev=55
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dbdfc20b6caaf8e5d7a570bb1b42a26b9a6f8d8234e91f5c65f4dbfe0c0e4f50
|
||||
size 159756
|
||||
3
netmiko-4.6.0.tar.gz
Normal file
3
netmiko-4.6.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9701bb2c1a15eb2e8074cb2e28ca007c69b9fa52961b83b98c757ead6b80deef
|
||||
size 169274
|
||||
@@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 28 10:31:53 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 4.6.0
|
||||
* Fix to support cisco apic paging.
|
||||
* Update Palo Alto Log Collector Compatibility.
|
||||
* Fix pluribus paging issue.
|
||||
* Improve H3C/Comware check_config_mode.
|
||||
* Reimplement Huawei SmartAX autodetect.
|
||||
* Aruba CX SSH autodetect.
|
||||
* Telnet timeout.
|
||||
* Huawei buffer clear.
|
||||
* Nokia SR Linux: Modify check_config_mode regex.
|
||||
* Add ANSI escape code to strip (graphics mode) on Linux.
|
||||
* Palo Alto Fix commit options policy_and_objects.
|
||||
* Screenos 'accept' fix (attempt #3).
|
||||
* A10 nolicense issue and check_config_mode.
|
||||
* Linux SCP updates to support environment variables.
|
||||
* Support for cntl-y handler in Extreme VSP.
|
||||
* H3c autodetect.
|
||||
* Fix Arista term width exception issue.
|
||||
* Improve telnet_login behavior in cisco_base_connection.py.
|
||||
* Fixing MRV LX config mode issue.
|
||||
* Improve Palo Alto find_prompt behavior.
|
||||
* Do NOT double logout on disconnect if logged in as root
|
||||
on Linux.
|
||||
* Bugfix Mikrotik version > 6.48 = 'export' command incomplete
|
||||
* silverpeak_vxoa added.
|
||||
* add support for force10 'login banner acknowledge enable'.
|
||||
* Added fiberstore_networkos.
|
||||
* LANCOM LCOS SX4 driver.
|
||||
* FastIron: Fix missing non-greedy, fix no enable pwd, improve
|
||||
base_connection.
|
||||
* Fixing base_connection.py pattern to be a non-capture group.
|
||||
* Asterfusion driver updates.
|
||||
* Added telcosystems_binos.
|
||||
* Fix set_base_prompt behavior in NEC-IX.
|
||||
* Patterns for DellOS10, OS9, Extreme and PowerConnect terminal
|
||||
improvement.
|
||||
* Speeding up Enable and Config in huawei smartax.
|
||||
* Fix space available.
|
||||
* Adding MMI mode for Huawei SmartAX.
|
||||
New Drivers / Platforms
|
||||
* genexis_solt33_telnet support.
|
||||
* Optilink eolt telnet support.
|
||||
* Add driver for Bintec/Funkwerk BOSS.
|
||||
* Dell SCP Sonic.
|
||||
* Ciena Waveserver Driver.
|
||||
* Corelight Linux.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 7 13:04:41 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-netmiko
|
||||
Version: 4.5.0
|
||||
Version: 4.6.0
|
||||
Release: 0
|
||||
Summary: Multi-vendor library to simplify Paramiko SSH connections to network devices
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user