Skip to content

Commit c325817

Browse files
committed
Enhanced NXOS multicast parsers to support variable bitrate units
- Updated ShowIpMrouteSummary and ShowIpv6MrouteSummary parsers - Modified regex pattern p8 to capture bitrate_unit (bps, kbps, mbps, gbps, tbps) - Added conversion logic to normalize all bitrate values to bps format - Maintains backward compatibility while supporting new unit formats
1 parent 5cd9382 commit c325817

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
--------------------------------------------------------------------------------
2+
New
3+
--------------------------------------------------------------------------------
4+
* NXOS
5+
* Modified ShowIpMrouteSummary:
6+
* Updated regex pattern p8 to capture bitrate_unit with optional k/m/g/t prefixes.
7+
* Added conversion logic to normalize bitrate values to bps format.
8+
* Modified ShowIpv6MrouteSummary:
9+
* Updated regex pattern p8 to capture bitrate_unit with optional k/m/g/t prefixes.
10+
* Added conversion logic to normalize bitrate values to bps format.

0 commit comments

Comments
 (0)