Add support for channelized interfaces in L3::Passport.

Channelized interfaces are 40G or 100G ports split into multiple 10G sub ports, reported as Slot.Port.Sub-Port.  Note: Currently ifDescr reports the interface correctly as Slot/Port/Sub-Port on channelized interfaces but ifName misreports as just Slot/Port.
This commit is contained in:
Eric A. Miller
2016-01-19 23:24:00 -05:00
parent d250a829cb
commit 508e7f77a0
2 changed files with 17 additions and 8 deletions

View File

@@ -6,6 +6,7 @@ version 3.31 ()
* Support for CiscoSB OS and Version (D. Tuecks)
* SONMP support for Enhanced Topology Table
* Add support for channelized interfaces in L3::Passport
[BUG FIXES]