aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/lldp/lldp.h
AgeCommit message (Collapse)AuthorFilesLines
2020-09-21lldp: Move to pluginNeale Ranns1-34/+0
Type: refactor Change-Id: Ifd770ff4850e63474bf4682ad463021b03786b4b Signed-off-by: Neale Ranns <nranns@cisco.com>
2017-10-12LLDP: Add Management Address TLVSteve Shin1-1/+3
- Management Address TLV is added as per IEEE Std 802.1AB-2009. - Support of management ipv4/ipv6 addresses and OID. Change-Id: I57c14741774390809ce5a829cc087947424432c7 Signed-off-by: Steve Shin <jonshin@cisco.com>
2017-07-05Add API support for LLDP config/interface setSteve Shin1-0/+32
Add API methods to configure LLDP and set interface to enable/disable. Also add port description TLV for LLDP. Change-Id: Ib959d488c2ab8a0069f143558871f41fcc43a5d3 Signed-off-by: Steve Shin <jonshin@cisco.com>