Skip to content

Commit

Permalink
[lldp] add lldpRemManAddrTable & lldpLocManAddrTable (sonic-net#72)
Browse files Browse the repository at this point in the history
* [lldp] add lldpRemManAddrTable & lldpLocManAddrTable
* pep8 cleanup
* [lldp] implement lldpLocSysCapSupported & lldpLocSysCapEnabled
* review comments - exception handling
* remove assumption of port name, del redundant code
* del redundant code
* change lldpPortIdSubtype to local
* review comments - remove Enum
* avoid warning log spam due to eth0 interface
  • Loading branch information
mykolaf authored and qiluo-msft committed Aug 2, 2018
1 parent 49dd351 commit 573dd92
Show file tree
Hide file tree
Showing 5 changed files with 505 additions and 105 deletions.
6 changes: 4 additions & 2 deletions src/sonic_ax_impl/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ class SonicMIB(
rfc2863.InterfaceMIBObjects,
rfc4363.QBridgeMIBObjects,
rfc4292.IpCidrRouteTable,
ieee802_1ab.LLDPLocPortTable,
ieee802_1ab.LLDPRemTable,
ieee802_1ab.LLDPLocalSystemData,
ieee802_1ab.LLDPLocalSystemData.LLDPLocPortTable,
ieee802_1ab.LLDPLocalSystemData.LLDPLocManAddrTable,
ieee802_1ab.LLDPRemTable,
ieee802_1ab.LLDPRemManAddrTable,
dell.force10.SSeriesMIB,
cisco.ciscoPfcExtMIB.cpfcIfTable,
cisco.ciscoPfcExtMIB.cpfcIfPriorityTable,
Expand Down
Loading

0 comments on commit 573dd92

Please sign in to comment.