Fix issues reported by coverity
[vpp.git] / vnet / Makefile.am
index 185c08a..86b7390 100644 (file)
@@ -31,6 +31,7 @@ endif
 ########################################
 libvnet_la_SOURCES +=                                  \
   vnet/config.c                                                \
+  vnet/devices/devices.c                               \
   vnet/handoff.c                                       \
   vnet/interface.c                                     \
   vnet/interface_cli.c                                 \
@@ -630,6 +631,17 @@ libvnet_la_SOURCES +=                              \
 nobase_include_HEADERS +=                      \
   vnet/lawful-intercept/lawful_intercept.h
 
+########################################
+# SPAN (port mirroring)
+########################################
+
+libvnet_la_SOURCES +=                          \
+  vnet/span/span.c     \
+  vnet/span/node.c
+
+nobase_include_HEADERS +=                      \
+  vnet/span/span.h
+
 ########################################
 # Packet generator
 ########################################
@@ -647,7 +659,7 @@ nobase_include_HEADERS +=                   \
   vnet/pg/edit.h
 
 ########################################
-# Intel DPDK
+# DPDK
 ########################################
 if WITH_DPDK
 libvnet_la_SOURCES +=                          \
@@ -721,7 +733,6 @@ nobase_include_HEADERS +=                   \
 ########################################
 
 libvnet_la_SOURCES +=                          \
-  vnet/devices/feature.c                       \
   vnet/feature/feature.c                       \
   vnet/feature/registration.c