diff options
author | Dave Barach <dave@barachs.net> | 2018-03-10 14:57:00 -0500 |
---|---|---|
committer | Dave Barach <dave@barachs.net> | 2018-03-10 15:27:58 -0500 |
commit | aaacfbc5b15b0653489ad2e80db48151a4375ece (patch) | |
tree | cbe4228c1e674116563229e52bc5e9d73229b5af /src/vnet.am | |
parent | fde0929d9362eac5c416f658e1d2031d01a02337 (diff) |
Move the vnet cdp protocol implementation to a plugin
Add a binary API and debug cli to enable/disable cdp. cdp is disabled
by default.
Change-Id: I307c7e38dfda38e36ff3325f65de7036c34d89b1
Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'src/vnet.am')
-rw-r--r-- | src/vnet.am | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/vnet.am b/src/vnet.am index a08b4bb5108..9548509715d 100644 --- a/src/vnet.am +++ b/src/vnet.am @@ -273,17 +273,6 @@ nobase_include_HEADERS += \ API_FILES += vnet/geneve/geneve.api ######################################## -# Layer 2 / CDP -######################################## -libvnet_la_SOURCES += \ - vnet/cdp/cdp_input.c \ - vnet/cdp/cdp_node.c \ - vnet/cdp/cdp_periodic.c - -nobase_include_HEADERS += \ - vnet/cdp/cdp_protocol.h - -######################################## # Layer 2 / LLDP ######################################## libvnet_la_SOURCES += \ |