|
| 1 | +-------------------------------------------------------------------------------- |
| 2 | + Fix |
| 3 | +-------------------------------------------------------------------------------- |
| 4 | + |
| 5 | +* nxos |
| 6 | + * Modified ShowIpArpstatisticsVrfAll |
| 7 | + * Added <rewritepkt>, <droppedrewritepkt> and <del_dynamic_on_static_add> optional keys to schema. |
| 8 | + * Updated regex pattern <p2, <p3> and <p50> to accommodate various outputs. |
| 9 | + * Update p5 and p6 regex to capture only system version |
| 10 | + |
| 11 | +* iosxe |
| 12 | + * Modified ShowPolicyMapTypeSuperParser Parser |
| 13 | + * Fix p1 regex to match interface |
| 14 | + * Modified ShowPlatformHardwareFedQosSchedulerSdkInterface parser |
| 15 | + * Fix p3_1 regex and made cstse_scheduler oid optinal |
| 16 | + * Modified ShowTimeRange parser |
| 17 | + * used_in as optional schema variable |
| 18 | + * Modified ShowPlatformSoftwareFedQosInterfaceIngressNpdDetailed super parser |
| 19 | + * Fix p5 regex and added 2 optional variables |
| 20 | + * Modified ShowIpRouteDistributor parser |
| 21 | + * Added timeout variable to parse bigger output |
| 22 | + * Modified ShowFlowMonitor parser |
| 23 | + * Updated name="" in function |
| 24 | + * Added support for rommonboot variable |
| 25 | + * Modified <p6> regex to support rommonboot variable |
| 26 | + * Modified ShowIsisDatabaseVerboseParser |
| 27 | + * Parser not taking into consideration if LSPID line is split. Also added recent changes from external parser in polaris. |
| 28 | + * Modified fix for ShowMkaPolicy |
| 29 | + * Made send_secure_announcements key as optional and expanded names of Te,Fo and Gi to accomodate various outputs |
| 30 | + * Modified ShowIsisHostname parser |
| 31 | + * Modified <p2> regex to match |
| 32 | + * Modified ShowMacsecSummary |
| 33 | + * Changed <transmit_sc>, <receive_sc> from schema to Optional. |
| 34 | + * Updated schema to accommodate various outputs. |
| 35 | + * Added regex pattern <p2> and <p3> to accommodate various outputs. |
| 36 | + * Modified ShowIpOspf |
| 37 | + * Added additional unit tests |
| 38 | + * Modified ShowIpOspfDatabase |
| 39 | + * Added additional unit tests |
| 40 | + * Modified ShowIpOspfDatabaseRouter |
| 41 | + * Added additional unit tests |
| 42 | + * Modified ShowIpOspfInterfaceBrief |
| 43 | + * Added additional unit tests |
| 44 | + * Modified ShowSdwanServiceChainStatsDetail |
| 45 | + * Added <track_obj>, <tx_tracker>, <rx_tracker>, <sent>, <dropped> and <rtt> optional keys in schema. |
| 46 | + * Added regex pattern <p5>, <p6>, <p7>, <p8>, <p9>, <p10>, <p11>, <p12> and <p13> to accommodate various outputs. |
| 47 | + * Modified ShowSdmPrefer Parser |
| 48 | + * Added optional parameters to schema and converted some of the keys to optional |
| 49 | + * Added new keys to schema |
| 50 | + * Fixed regex p14-p23 to parse (**) values |
| 51 | + * Added new regex p42-p49 |
| 52 | + * Modified fix for ShowCdpNeighbors |
| 53 | + * Modified regex to accomodate various outputs |
| 54 | + * Modified ShowIsisDatabaseVerbose Parser |
| 55 | + * Converted flex algorithm parsing from a set of integers to a list of integers to enable JSON serialization capabilities |
| 56 | + |
| 57 | +* iosxr |
| 58 | + * Modified fix for ShowL2vpnXconnectDetail |
| 59 | + * Modified parser to accomodate various outputs |
| 60 | + * Modified ShowIsisStatistics |
| 61 | + * Changed average_process_time_nsec key from schema to Optional. |
| 62 | + * Updated regex pattern r10, r11, r12, r13, r14, r15 to accommodate various outputs. |
| 63 | + |
| 64 | + |
| 65 | +-------------------------------------------------------------------------------- |
| 66 | + New |
| 67 | +-------------------------------------------------------------------------------- |
| 68 | + |
| 69 | +* iosxe |
| 70 | + * Added ShowPlatformHardwareChassisPowerSupplyDetailSwitchAll |
| 71 | + * show platform hardware chassis power-supply detail switch {mode} all |
| 72 | + * show platform hardware chassis power-supply detail all |
| 73 | + * Added ShowControllersEthernetControllersPhyDetail |
| 74 | + * Added schema and parser for 'show controllers ethernet-controller {interface} phy detail' |
| 75 | + * Added TracerouteIpAddress |
| 76 | + * Added parser for 'traceroute {ip_address}' |
| 77 | + * Added ShowPlatformHardwareFedSwitchQosQueueStatsInterface |
| 78 | + * parser for 'show platform hardware fed active qos queue stats interface {interface}' |
| 79 | + * Added ShowPlatformHardwareFedSwitchQosQueueStatsInterfaceClear |
| 80 | + * parser for 'show platform hardware fed active qos queue stats interface {interface} clear' |
| 81 | + * Added ShowIpMfibStatus |
| 82 | + * Added 'show ip mfib status' command and schema for the command. |
| 83 | + * Added ShowIpv6MfibStatus |
| 84 | + * Added 'show ipv6 mfib status' command and schema for the command. |
| 85 | + |
| 86 | +* nxos |
| 87 | + * Added ShowMacSecMkaStatsIntf |
| 88 | + * parser for 'show macsec mka statistics interface {interface}' |
| 89 | + * Added ShowMacSecPolicy |
| 90 | + * parser for 'show macsec policy' |
| 91 | + * Added ShowMacSecSecyStatistics |
| 92 | + * parser for 'show macsec secy statistics ' |
| 93 | + |
| 94 | + |
0 commit comments