Skip to content

Commit f75d148

Browse files
author
Thomas Ryan
committed
Releasing v24.10
1 parent 66a8347 commit f75d148

File tree

232 files changed

+18781
-1642
lines changed

Some content is hidden

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

232 files changed

+18781
-1642
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ json:
237237
@echo "--------------------------------------------------------------------"
238238
@echo "Generating Parser json file"
239239
@echo ""
240-
@$(PYTHON) -c "from genie.json.make_json import make_genieparser; make_genieparser()"
240+
@$(PYTHON) -W ignore::SyntaxWarning -c "from genie.json.make_json import make_genieparser; make_genieparser()"
241241
@echo ""
242242
@echo "Done."
243243
@echo ""

changelog/2024/october.rst

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
--------------------------------------------------------------------------------
2+
New
3+
--------------------------------------------------------------------------------
4+
5+
* iosxe
6+
* Added ShowPlatformSoftwareFedSwitchActiveifmMappingsgid parser
7+
* Added parser for cli show platform software fed switch {switch} ifm mappings gid {gid_num}
8+
* Added ShowPlatsoftwaremcumanager
9+
* Added 'show platform software mcu switch {switch_num} R0 manager 0' command and schema.
10+
* Add ShowL2vpnEvpnAllActiveMh
11+
* There is a keyword change in show commands. So added new parser with the keyword change but rest of the content is same.
12+
* show l2vpn evpn esi-mlag summary has changed to show l2vpn evpn all-active-mh summary
13+
* show l2vpn evpn esi-mlag vlan brief has changed to show l2vpn evpn all-active-mh vlan brief
14+
* show l2vpn evpn esi-mlag mac ip deleted has changed to show l2vpn evpn all-active-mh mac ip
15+
* Added ShowPlatformHardwareFedSwitchStandbyVlanIngress
16+
* parser for show platform hardware fed switch standby vlan ingress
17+
* Added howPlatformHardwareFedSwitchActiveVlanIngress
18+
* parser for 'show platform hardware fed switch active vlan {num} ingress'
19+
* Added ShowPlatformSoftwareFedSwitchActiveSecurityFedSisfStatistics parser.
20+
* Added parser for CLI `show platform software fed switch active security-fed sisf statistics`.
21+
* Added ShowPlatformHardwareFedSwitchActiveSgaclResourceUsage parser.
22+
* Added parser for CLI `show platform hardware fed switch active sgacl resource usage`.
23+
* Added ShowPlatformHardwareFedSwitchActiveFwdAsicInsightL3unexthop
24+
* show platform hardware fed switch {switch} fwd-asic insight l3u_nexthop {nh_gid}
25+
* Added ShowLoggingProcess parser
26+
* Added parser for cli show Logging Process
27+
* Added ShowPlatformsoftwareFedActiveXcvrLpnLinkstatusSchema
28+
* Added parser for show platform software fed {switch} {mode} xcvr lpn {lpn_value} link_status
29+
* Added ShowPlatsoftwaremcuversionSchema
30+
* Added parser for show platform software mcu switch {switch_num} R0 version 0
31+
* Added ShowPlatsoftwaremcusubordinateSchema
32+
* Added parser for show platform software mcu switch {switch_num} R0 version 0
33+
* Added ShowPlatformfrontendcontroller parser
34+
* Added parser for cli show Platform Frontend Controller
35+
* Added ShowControllersEthernetControllerPortInfoSchema
36+
* Added parser for show controllers ethernet-controller tenGigabitEthernet {interface} port-info
37+
* Modified ShowDeviceTrackingDatabase
38+
* show device-tracking database address {address}
39+
* Added ShowAccessSessionMacDetails parser.
40+
* Added parser for cli 'show access-session mac {mac} details {rp_slot}'.
41+
* Added ShowIpDhcpSnoopingTrackServer
42+
* Added schema and parser for show ip dhcp snooping track server
43+
44+
45+
--------------------------------------------------------------------------------
46+
Fix
47+
--------------------------------------------------------------------------------
48+
49+
* iosxe
50+
* Modified ShowIsisNeighborsDetail
51+
* Added <algo> into schema as Optional
52+
* Added regex pattern <p22a> to accommodate recent changes.
53+
* Modified ShowPimNeighbor
54+
* Updated regex pattern <p1> to accommodate various outputs.
55+
* Modified ShowIpRpf
56+
* Updated regex pattern <p5> to accommodate various outputs.
57+
* Modified ShowRepTopologySegment
58+
* Changed <edge> from schema to Optional.
59+
* Updated regex pattern <p1> to accommodate various outputs.
60+
* Modified ShowLogging
61+
* Added optional keys <authentication>, <encryption> in schema.
62+
* Updated regex pattern <p12> to accommodate various outputs.
63+
* Modified fix for ShowCryptoSessionSuper
64+
* Modified the regex patterns <p8>, <p12> and <p18> to accommodate various outputs.
65+
* Modified fix for ShowLispSiteDetailSuperParser
66+
* Modified the regex patterns <p4>, <p5> and <p17> to accommodate various outputs.
67+
* Modified fix for ShowPlatformFedActiveTcamUtilization under c9600
68+
* Added a regex p4 to match additional output from the show command.
69+
* Modified ShowIpMulticast
70+
* Added <algorithm> key to schema as Optional.
71+
* Updated regex pattern <p2> to accommodate various outputs.
72+
* Modified ShowCryptoIpsecProfile
73+
* Updated regex pattern <p1> and <p8> to accommodate various outputs.
74+
* Modified ShowLispPublicationPrefixSuperParser
75+
* Changed rdp_len in schema from int to str.
76+
* Fixed incorrect regex for parsing domain_id and multihoming_id.
77+
* Added support for merged rloc programming verification (new field 'selected').
78+
* Modified ShowLispSiteDetailSuperParser
79+
* Made regex for parsing rdp more restrictive.
80+
* Modified fix for ShowRplRoutePolicy
81+
* Updated logic to track NTP peer synchronization state and update overall clock state based on synchronized peers.
82+
* Modified ShowLispExtranet
83+
* Updated regex to parse 'Config-Propagation' as source
84+
* Modified ShowLispDatabaseSuperParser
85+
* Add support for parsing 'dbmap_src'
86+
* Add support for parsing 'publish_mode'
87+
* Modified ShowLispPublicationPrefixSuperParser
88+
* Add support for parsing 'publish_mode'
89+
* Modified ShowLispSiteDetailSuperParser
90+
* Add support for parsing 'publish_mode'
91+
* Modified ShowLispMapCacheSuperParser
92+
* Fix regex to parse 'up, self' for locator
93+
* Modified ShowInstallSummary
94+
* added fields 'location', 'Switch 1 2', 'auto_abort_timer' in proper place
95+
96+
* common
97+
* Modified _fuzzy_search_command
98+
* Made a fix to handle when we have an exact match in the tree, but no actual implementation
99+
100+
101+
--------------------------------------------------------------------------------
102+
Add
103+
--------------------------------------------------------------------------------
104+
105+
* iosxe
106+
* Added ShowRunningConfigAllClassMap parser.
107+
* added show running-config all | section class {class_map}
108+
* Added ShowPlatformSoftwareFedActiveIpUrpf parser under iosxe.
109+
* added show platform software fed active ip urpf
110+
* added show platform software fed switch {mode} ip urpf
111+
* Added ShowInventory parser under c9350.
112+
* added show inventory
113+
* Added ShowPlatformHardwareFedQosSchedulerSdkInterface parser under c9610.
114+
* added show platform hardware fed {mode} qos scheduler sdk interface {interface}
115+
* added show platform hardware fed {switch} {mode} qos scheduler sdk interface {interface}
116+
* Added ShowPlatformHardwareFedSwitchQosQueueStatsInterface parser under c9610.
117+
* added show platform hardware fed switch {switch_num} qos queue stats interface {interface}
118+
* added show platform hardware fed active qos queue stats interface {interface}
119+
* Added ShowPlatformHardwareFedSwitchQosQueueStatsInterfaceClear parser under c9610.
120+
* added show platform hardware fed active qos queue stats interface {interface} clear
121+
* added show platform hardware fed switch {switch_num} qos queue stats interface {interface} clear
122+
123+

0 commit comments

Comments
 (0)