|
| 1 | +-------------------------------------------------------------------------------- |
| 2 | + Fix |
| 3 | +-------------------------------------------------------------------------------- |
| 4 | + |
| 5 | +* iosxe |
| 6 | + * c9300 |
| 7 | + * Remove unused imports |
| 8 | + * Modified ShowPlatformSoftwareFedSwitchActiveAclStatisticsEventsSchema |
| 9 | + * Modified schema by added mac_ingress_acl_deny , mac_egress_acl_deny |
| 10 | + * Modified ShowIdpromTan Parser |
| 11 | + * Modified the revision_num from int to str, Since revision number is consists alphanumeric. |
| 12 | + * Modified ShowIpIgmpSnoopingQuerierVlanDetailSchema |
| 13 | + * added vlan_id in def cil command |
| 14 | + * Fix for ShowPlatformTcamUtilization |
| 15 | + * Modified script by adding the command "show platform hardware fed switch {mode} fwd-asic resource tcam utilization". |
| 16 | + * Modified ShowPlatformSoftwareFedSwitchActiveStpVlan Parser |
| 17 | + * Modified the p2 regex pattern. |
| 18 | + * Modified ShowPlatformSoftwareFedSwitchActiveMonitor Parser |
| 19 | + * added support for switch number |
| 20 | + * Modified parser ShowPlatformTcamPbr |
| 21 | + * Fixed schema and regex pattern |
| 22 | + * Modified ShowEthernetCfmMaintenancePointsRemoteDetail |
| 23 | + * Changed flat output working only for single instance to multiple instance support |
| 24 | + * Add index for multile remote points |
| 25 | + * Add key for total_remote_meps, total_mep_port_up, total_mep_intf_up |
| 26 | + * Updated regex pattern p5(ma_name) p7(evc) to accommodate various outputs. |
| 27 | + * Modified ShowIpArpInspectionVlan |
| 28 | + * Updated regex pattern <p5> to accommodate various outputs. |
| 29 | + * C9500 |
| 30 | + * Modified ShowPlatformTcamUtilization |
| 31 | + * Changed schema to accomodate various outputs. |
| 32 | + * Added regex pattern <p2> and <p3> to accommodate various outputs. |
| 33 | + * Added ShowFipsStatus |
| 34 | + * show fips status |
| 35 | + * Modified ShowPlatformHardwareAuthenticationStatus |
| 36 | + * Modified optional keys to support SVL and Stack setups |
| 37 | + * Modified ShowCtsInterfaceSchema |
| 38 | + * Changed global_dot1x_feature from schema to Optional (not present on port-channel interfaces) |
| 39 | + * Changed cts mode value from schema to Optional to (not present when cts status is disabled) |
| 40 | + * Modified ShowCtsInterface |
| 41 | + * Updated regex pattern p2 to also match Port-channel interfaces |
| 42 | + * Updated regex pattern p3 to also match CTS disabled status |
| 43 | + * Added conditional to cts_dict so mode key is not generated if cts is disabled |
| 44 | + * Modified golden_output2_expected test data |
| 45 | + * Added expected output for Port-channel interfaces |
| 46 | + * Added golden_output4 test data & expected results |
| 47 | + * Modified show_policy_map |
| 48 | + * Added priority_percent to the schema. |
| 49 | + * Added regex p10_2 to accommodate getting the data from the output. |
| 50 | + |
| 51 | +* utils |
| 52 | + * Updated unittest.py to use exec_module() instead of load_module() |
| 53 | + |
| 54 | +* nxos |
| 55 | + * Modified ShowIpInterfaceVrfAll Parser |
| 56 | + * Modified pattern <p2> to parse line 'lo2, Interface status protocol-up/link-up/admin-up, iod 7, mode anycast-mac,external' |
| 57 | + * Added key 'mode' as optional parameter to schema |
| 58 | + * Modified keys 'counters', 'ip_mtu', 'proxy_arp', 'local_proxy_arp', 'multicast_routing', 'icmp_redirects', 'directed_broadcast' as optional parameters in schema |
| 59 | + * Modified keys 'icmp_unreachable', 'icmp_port_unreachable', 'unicast_reverse_path', 'load_sharing', 'int_stat_last_reset' as optional parameters in schema |
| 60 | + * Modified ShowCdpNeighbors |
| 61 | + * Updated regex pattern <p1> to accommodate various outputs. |
| 62 | + * Modified ShowModule |
| 63 | + * Updated regex pattern <p3> to make status optional |
| 64 | + * Added new regex pattern <p7> to capture status separately |
| 65 | + * Modified ShowModule |
| 66 | + * Updated regex pattern <p1> to accommodate `N9K-vSUP` model. |
| 67 | + |
| 68 | +* iosxr |
| 69 | + * Modified ShowBgpVrfAfPrefix |
| 70 | + * Added support for cli 'show bgp {address_family} rd {route_rd} detail' |
| 71 | + * Added support for cli 'show bgp {address_family} {route} detail' |
| 72 | + * Modified ShowPtpPlatformServo |
| 73 | + * Modified pattern <p15> to support line 'setTime()0 stepTime()0 adjustFreq()0' |
| 74 | + * Modified pattern <p16> to support line 'Last setTime 0.000000000 flag0 Last stepTime0 Last adjustFreq0' |
| 75 | + * Modified key 'adjust_freq_time' as optional parameter in schema |
| 76 | + |
| 77 | +* generic |
| 78 | + * Update show version |
| 79 | + * Update show version for checking if device is in controller mode. |
| 80 | + |
| 81 | + |
| 82 | +-------------------------------------------------------------------------------- |
| 83 | + New |
| 84 | +-------------------------------------------------------------------------------- |
| 85 | + |
| 86 | +* iosxr |
| 87 | + * Added ShowMplsForwardingPrefixIPV4Unicast |
| 88 | + * parser for 'show mpls forwarding prefix ipv4 unicast {prefix}' |
| 89 | + * Added ShowOspfv3DatabaseprefixAdvRouter |
| 90 | + * Added schema and parser for show ospfv3 database prefix advertising router |
| 91 | + * Modified ShowBgpAddressfamilyPrefix Parser |
| 92 | + * parser for 'show bgp {address_family} {bgp_prefix}' |
| 93 | + * Added ShowFilesystemLocationAll |
| 94 | + * Added schema and parser for cli 'show filesystem location all' |
| 95 | + * Added ShowRouteSummary |
| 96 | + * added new parser for cli 'show route summary' |
| 97 | + |
| 98 | +* iosxe |
| 99 | + * Added ShowMplsTrafficEngFastRerouteDatabaseDetail |
| 100 | + * Added schema and parser for show mpls traffic-eng fast-reroute database detail |
| 101 | + * Added ShowIpRsvpFast |
| 102 | + * Added schema and parser for show ip rsvp fast |
| 103 | + * Added ShowIsisIpv6MicroloopAvoidance |
| 104 | + * Added parser for show isis ipv6 microloop avoidance and schema |
| 105 | + * Added ShowIsisIpv6RibParser |
| 106 | + * Updated pattern to capture lfa_type to include 'TILFA node-protecting'. |
| 107 | + * Fixed issues with 'show isis ipv6 rib' command to handle single flag ouput cases. |
| 108 | + * Added ShowL2tpSessionPackets |
| 109 | + * show l2tp session packets |
| 110 | + * show l2tp session packets vcid {vcid} |
| 111 | + * Added ShowTelemetryInternalProtocolManager |
| 112 | + * parser for 'show telemetry interal protocol {protocol} manager' |
| 113 | + * Added ShowIpDhcpSnoopingBibdingInterfaceCount |
| 114 | + * parser for ShowIpDhcpSnoopingBibdingInterfaceCount |
| 115 | + * Added ShowIpVerifySourceInterfaceCount |
| 116 | + * parser for ShowIpVerifySourceInterfaceCount |
| 117 | + * Added ShowPortSecurityInterfaceCount |
| 118 | + * parser for ShowPortSecurityInterfaceCount |
| 119 | + * Added ShowDeviceTrackingDatabaseInterfaceCount |
| 120 | + * parser for ShowDeviceTrackingDatabaseInterfaceCount |
| 121 | + * Added ShowHwModuleSecurityLockStatus |
| 122 | + * show hw-module {filesytem} security-lock status |
| 123 | + * Added ShowPlatformSoftwareMemoryDatabaseFedSwitchActiveCallsite Parser. |
| 124 | + * Added ShowDiagnosticStatus Parser. |
| 125 | + * Added ShowPlatformSoftwareFedSwitchActivePuntBrief Parser. |
| 126 | + |
| 127 | +* nxos |
| 128 | + * Added ShowBfdIpv4Session |
| 129 | + * show bfd ipv4 neighbors |
| 130 | + * show bfd ipv4 neighbors vrf {vrf} |
| 131 | + * show bfd ipv4 {ipv4_address} neighbors vrf {vrf} |
| 132 | + * Added ShowBfdIpv6Session |
| 133 | + * show bfd ipv6 neighbors |
| 134 | + * show bfd ipv6 neighbors vrf {vrf} |
| 135 | + * show bfd ipv6 {ipv6_address} neighbors vrf {vrf} |
| 136 | + |
| 137 | + |
0 commit comments