Add custom mac address option to vhost interfaces.
[vpp.git] / vnet / Makefile.am
index decd3f5..f44bb12 100644 (file)
@@ -59,6 +59,18 @@ nobase_include_HEADERS +=                    \
   vnet/policer/police.h                                \
   vnet/policer/xlate.h
 
+########################################
+# Cop - junk filter
+########################################
+
+libvnet_la_SOURCES +=                          \
+  vnet/cop/cop.c                               \
+  vnet/cop/node1.c                             \
+  vnet/cop/ip4_whitelist.c                     \
+  vnet/cop/ip6_whitelist.c     
+
+nobase_include_HEADERS +=                      \
+  vnet/cop/cop.h
 
 ########################################
 # Layer 2 protocols go here
@@ -191,9 +203,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"
 ########################################
@@ -263,7 +286,6 @@ nobase_include_HEADERS +=                   \
  vnet/ip/ip_packet.h                           \
  vnet/ip/ports.def                             \
  vnet/ip/protocols.def                         \
- vnet/ip/tcp.h                                 \
  vnet/ip/tcp_packet.h                          \
  vnet/ip/udp.h                                 \
  vnet/ip/udp_error.def                         \