14
0

Accepting request 929087 from home:mnhauke:network:automation

- Update to 3.0.0
  Breaking Changes
  * Template cisco_ios_show_mac-address-table has DESTINATION_PORT
    as a list of ports now instead of a single string entry.
  What's Changed
  * cisco_ios_show_access-session: Adding Identity to MAC column.
  * [New Template] Ciena - traffic-profile standard-profile.
  * New template: cisco_nxos_show_ip_interface_vrf_all.textfsm.
  * New template: juniper_junos_show_system_uptime.textfsm.
  * Template Change: cisco_ios, show archive.
  * Bugfix: change date format in hp_comware_display_clock.textfsm.
  * update arista interface template + raw.
  * New Template: cisco_ios_show_dhcp_lease.
  * Fix ios_mac-addr type2.
  * fix parsing with int addresses = 0.
  * New template for huawei VRP + fix.
  * added VLAN value and search pattern.
  * Ciso IOS show mac and show module fix.
  * Junos show chassis.

OBS-URL: https://build.opensuse.org/request/show/929087
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ntc-templates?expand=0&rev=10
This commit is contained in:
2021-11-06 10:35:16 +00:00
committed by Git OBS Bridge
parent 1c8cbb913a
commit f14a1eb3a8
4 changed files with 27 additions and 4 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Wed Nov 3 19:58:51 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to 3.0.0
Breaking Changes
* Template cisco_ios_show_mac-address-table has DESTINATION_PORT
as a list of ports now instead of a single string entry.
What's Changed
* cisco_ios_show_access-session: Adding Identity to MAC column.
* [New Template] Ciena - traffic-profile standard-profile.
* New template: cisco_nxos_show_ip_interface_vrf_all.textfsm.
* New template: juniper_junos_show_system_uptime.textfsm.
* Template Change: cisco_ios, show archive.
* Bugfix: change date format in hp_comware_display_clock.textfsm.
* update arista interface template + raw.
* New Template: cisco_ios_show_dhcp_lease.
* Fix ios_mac-addr type2.
* fix parsing with int addresses = 0.
* New template for huawei VRP + fix.
* added VLAN value and search pattern.
* Ciso IOS show mac and show module fix.
* Junos show chassis.
-------------------------------------------------------------------
Wed Oct 13 10:27:21 UTC 2021 - ecsos <ecsos@opensuse.org>