From ced48e7cbb36022f4ae105130efc5be25e1a11b2 Mon Sep 17 00:00:00 2001 From: Dave Barach Date: Mon, 8 Feb 2016 15:57:35 -0500 Subject: Cisco Discovery Protocol, initial working attempt There are multiple enhancement opportunities... Change-Id: I976772dc3802f8284e8c6457c001d68184831e25 Signed-off-by: Dave Barach --- vnet/Makefile.am | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'vnet/Makefile.am') diff --git a/vnet/Makefile.am b/vnet/Makefile.am index bb138e6b0d7..44ce1077c21 100644 --- a/vnet/Makefile.am +++ b/vnet/Makefile.am @@ -191,9 +191,20 @@ libvnet_la_SOURCES += \ nobase_include_HEADERS += \ vnet/vxlan/vxlan.h \ - vnet/vxlan/vxlan_packet.h \ + vnet/vxlan/vxlan_packet.h \ vnet/vxlan/vxlan_error.def +######################################## +# 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/3 "classify" ######################################## -- cgit 1.2.3-korg