diff options
author | 2017-07-01 04:16:20 +0000 | |
---|---|---|
committer | 2017-07-05 00:56:54 +0000 | |
commit | 99a0e60eb6f6acd7eabd5a4cb7ded1e0419ccd54 (patch) | |
tree | 6dc402ff8e3c1c8293fa92863a60d1adfb2891a0 /src/vpp | |
parent | a016216753c955683bda76ed250daa540ff35107 (diff) |
Add API support for LLDP config/interface set
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>
Diffstat (limited to 'src/vpp')
-rw-r--r-- | src/vpp/api/vpe.api | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vpp/api/vpe.api b/src/vpp/api/vpe.api index d3c7e985..2a763d19 100644 --- a/src/vpp/api/vpe.api +++ b/src/vpp/api/vpe.api @@ -26,6 +26,7 @@ * IP APIs: see .../src/vnet/ip/{ip.api, ip_api.c} * TAP APIs: see .../src/vnet/unix/{tap.api, tap_api.c} * VXLAN APIs: see .../src/vnet/vxlan/{vxlan.api, vxlan_api.c} + * LLDP APIs: see .../src/vnet/lldp/{lldp.api, lldp_api.c} * AF-PACKET APIs: see ... /vnet/devices/af_packet/{af_packet.api, af_packet_api.c} * NETMAP APIs: see ... /src/vnet/devices/netmap/{netmap.api, netmap_api.c} * VHOST-USER APIs: see .../vnet/devices/virtio/{vhost_user.api, vhost_user_api.c} |