Skip to content

Commit 803a1d7

Browse files
authored
Merge pull request #866 from CiscoTestAutomation/release_24.6
Releasing v24.6
2 parents 529dba9 + 7fe409d commit 803a1d7

File tree

642 files changed

+45804
-3580
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

642 files changed

+45804
-3580
lines changed

changelog/2024/june.rst

Lines changed: 172 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,172 @@
1+
--------------------------------------------------------------------------------
2+
Modify
3+
--------------------------------------------------------------------------------
4+
5+
* iosxe
6+
* Modified ShowLispPlatform
7+
* Updated the schema to account for new section in show cli output.
8+
* Modified ShowLispServerSubscriptionPrefix
9+
* Updated the schema to allow to have optional keys.
10+
* Modified ShowLispSubscriber
11+
* Updated the schema and parser to allow to have optional keys.
12+
* Revision structure incorporated.
13+
14+
15+
--------------------------------------------------------------------------------
16+
Fix
17+
--------------------------------------------------------------------------------
18+
19+
* utils
20+
* Modified unittests.py
21+
* Enhanced the unittests script to search local folders for a tests folder instead of using the root tests folder with symlinks
22+
23+
* general
24+
* Cleaned up existing unittests and brought to light a few that were never being picked up
25+
26+
* iosxe
27+
* Modified ShowMkaStatistics
28+
* Changed mkpdu-failures key from schema to Optional.
29+
* Modified ShowFlowMonitorCache
30+
* Added <datalink_mac_dst_output> key to schema as Optional.
31+
* Added regex pattern <p39> to accommodate various outputs.
32+
* Modified ShowIsisRib
33+
* Changed algo key from schema to Optional.
34+
* Updated code to accomodate various outputs.
35+
* Modified fix for ShowLogging
36+
* Modified patterns p11 regex to match user's data.
37+
* Modified ShowNtpAssociations
38+
* Updated regex pattern <p1> to accommodate various outputs.
39+
* Modified fix for ShowDlepClients
40+
* Modified parser to accomodate various outputs
41+
* Modified ShowIsisNodeLevel
42+
* Updated regex pattern p4 to accommodate various outputs.
43+
* Modified ShowPlatformSoftwareFedSwitchActiveNatFlows
44+
* Added elif condition to parser 'show platform software fed {switch} {mode} nat flows {flow_based_on}' and 'show platform software fed {switch} {mode} nat flows {flow_based_on} {flow_based_on_value}'
45+
* Modified ShowPlatformSoftwareFedSwitchMatmStats parser
46+
* Added cli show platform software fed {act_mode} matm stats
47+
* Modified ShowLispInstanceIdService
48+
* Fixed incorrect regex for ETR Map-Server and ITR Map-Resolver
49+
* Modified ShowModule
50+
* Added optional variables under module
51+
* Modified p3 and p4 regex
52+
* Fixed ShowDiagnosticResultModuleTestDetail parser
53+
* Fixed one regex pattern to match for all the conditions for 'Show diagnostic result module {mod_num} test {include} detail'
54+
* Modified fix for ShowMkaPolicy
55+
* Reverted the name expansion changes introduced in the last PR #3292.
56+
* Modified fix for ShowInterfaces
57+
* Modified the Regex pattern p<12> to correctly retrieve the send and receive status and accommodate varios outputs.
58+
* Modified fix for ShowIsisTopology
59+
* Modified patterns p5 and p6 to accommodate various outputs
60+
* Modified ShowSystemIntegrityAllMeasurementNonce parser
61+
* Updated regex to match LOCATION FRU=fru-rp SLOT=0 BAY=0 CHASSIS=-1 NODE=0
62+
* Modified ShowSystemIntegrityAllComplianceNonce parser
63+
* Updated regex to match LOCATION FRU=fru-rp SLOT=0 BAY=0 CHASSIS=-1 NODE=0
64+
* Modified ShowSystemIntegrityAllTrustChainNonce parser
65+
* Updated regex to match LOCATION FRU=fru-rp SLOT=0 BAY=0 CHASSIS=-1 NODE=0
66+
* Modified ShowL2vpnBridgeDomain
67+
* Added revised version 1 for ShowL2vpnBridgeDomain parser
68+
* Added <p10> and <p11> regex pattern to decide where to store neighbour values
69+
* Update <p7> parser to accommodate various outputs
70+
71+
* nxos
72+
* Modified ShowFex
73+
* Updated regex pattern <p1> to accommodate various outputs.
74+
* Modified ShowLldpNeighbors
75+
* Changed <interfaces> key from schema to Optional.
76+
77+
* iosxr
78+
* Modified ShowBgpAddressFamily
79+
* New Show Command - show bgp {address_family} community {community}
80+
* New Show Command - show bgp {address_family} community {community} {exact_match}
81+
* Updated regex for handling IPv6 adresses/prefixes
82+
* Updated regex pattern for handling new lines in IPv6 address family output
83+
* Modified ShowBgpVrfAfPrefix
84+
* adding new schema key srv6_pn_sid
85+
* adding new line p1_1 regex
86+
* adding p1_1 parser
87+
* Fixed ShowOspfInterface
88+
* Modified the p5 regex to handle optional field `cost`.
89+
* Modified fix for ShowVlanId
90+
* Modified parser to accomodate various outputs
91+
* Modified Traceroute
92+
* Added support for new traceroute command
93+
94+
* sonic
95+
* Modified ShowVersion
96+
* Refactored the code to current standard
97+
98+
* modified showplatformsoftwarefedswitchactivelearningstats parser
99+
* Added cli show platform software fed {rp} learning stats
100+
101+
* added regex for parsing itr map-resolver reachability, prefix-list and etr map-server doman-id and last map-register info.
102+
103+
* common
104+
* Modified format_output
105+
* Updated sorted function to sort the data in string and integer order
106+
* Modified _load_parser_json
107+
* Updated code to use correct variables
108+
109+
110+
--------------------------------------------------------------------------------
111+
New
112+
--------------------------------------------------------------------------------
113+
114+
* iosxr
115+
* Added class ShowPtpForeignMastersInterface
116+
* Parser for show ptp foreign-masters {interface}
117+
* Added ShowOspfProcessIdVrfName
118+
* parser for 'show ospf {process_name} vrf {vrf_name} interface {interface}'
119+
* Added class ShowPoolAddressFamilyPool
120+
* show pool {address_family} name {pool_name}
121+
* Added show frequency synchronization interfaces brief
122+
* parser for 'show frequency synchronization interfaces brief'
123+
124+
* iosxe
125+
* Updated ShowRomvar
126+
* Added support to parse switch_ignore_startup_config.
127+
* Added ShowPlatformHardwareFedSwitchActiveNpuSlotPortLinkstatus
128+
* Added schema and parser for 'show platform hardware fed switch {mode} npu slot 1 port {port_num} port link_status'
129+
* Added ShowPlatformTcamUtilization
130+
* Added schema and parser for 9350 'show platform hardware fed active fwd-asic resource tcam utilization'
131+
* Added ShowMonitorCaptureStatistics
132+
* Added schema and parser for 'show monitor capture {capture_name} capture-statistics'
133+
* Added TestPlatformHardwareFepSwitchDumpStatistics
134+
* Added 'test platform hardware fep switch {switch_num} {fep_slot} dump-statistics' cat9k/c9300.
135+
* Added ShowPlatformSoftwareCpmSwitchActiveB0CountersInterfaceIsisSchema
136+
* Added parser for "show platform software cpm switch active B0 counters interface isis" and schema
137+
* Modified ShowPlatformSoftwareCpmSwitchB0CountersPuntInject
138+
* Updated to support timestamps in the output
139+
* Added ShowDeviceTrackingDatabase
140+
* Added timeout 300 to parse bigger output
141+
* Added ShowLispInstanceIdIpv4MapCache
142+
* Added timeout 300 to parse bigger output
143+
* Added ShowLispInstanceIdIpv6MapCache
144+
* Added timeout 300 to parse bigger output
145+
* Added ShowLispServiceDatabase
146+
* Added timeout 300 to parse bigger output
147+
* Added ShowLispEthernetMapCache
148+
* Added timeout 300 to parse bigger output
149+
* Added ShowLispEidTableServiceDatabase
150+
* Added timeout 300 to parse bigger output
151+
* Added ShowPlatformSoftwareFedSwitchActiveNatPools
152+
* Parser for cli 'show platform software fed switch active nat pools'
153+
* Added ShowPlatformSoftwareFedActiveAclInfoDbDetail
154+
* Added schema and parser for 9350 'show platform show platform software fed switch active acl info db detail'
155+
156+
* nxos
157+
* Added show_ngoam.py
158+
* added new parser for cli 'show ngoam loop-detection status'
159+
* added new parser for cli 'show ngoam loop-detection summary'
160+
* Modidy show_vxlan.py
161+
* Fixed parser for ShowRunningConfigNvOverlay to include peer-ip command
162+
* Added ShowVlanCounters
163+
* added new parser for cli 'show vlan counters'
164+
* added new parser for cli 'show vlan id <id> counters'
165+
166+
* sonic
167+
* Added ShowPlatformInventory parser
168+
* show platform inventory
169+
* Added ShowInteraces
170+
* show interfaces transceiver eeprom
171+
172+

changelog/undistributed/changelog_show_bgp_address_family_iosxr_20240404103239.rst

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)