Adding Sequence Number - Per Packet Counter(PPC) support for iOAM6.
[vpp.git] / vnet / Makefile.am
index f35ec13..f53a61b 100644 (file)
@@ -44,6 +44,7 @@ nobase_include_HEADERS +=                     \
   vnet/api_errno.h                             \
   vnet/buffer.h                                        \
   vnet/config.h                                        \
+  vnet/devices/devices.h                       \
   vnet/global_funcs.h                          \
   vnet/handoff.h                               \
   vnet/interface.h                             \
@@ -266,7 +267,6 @@ nobase_include_HEADERS +=                   \
 # Layer 3 protocol: IP v4/v6
 ########################################
 libvnet_la_SOURCES +=                          \
- vnet/ip/feature_registration.c                        \
  vnet/ip/format.c                              \
  vnet/ip/icmp4.c                               \
  vnet/ip/icmp6.c                               \
@@ -298,7 +298,6 @@ libvnet_la_SOURCES +=                               \
  vnet/ip/udp_pg.c
 
 nobase_include_HEADERS +=                      \
- vnet/ip/feature_registration.h                        \
  vnet/ip/format.h                              \
  vnet/ip/icmp46_packet.h                       \
  vnet/ip/icmp4.h                               \
@@ -718,6 +717,18 @@ nobase_include_HEADERS +=                  \
   vnet/devices/netmap/netmap.h
 
 
+########################################
+# Driver feature graph arc support
+########################################
+
+libvnet_la_SOURCES +=                          \
+  vnet/devices/feature.c                       \
+  vnet/feature/feature.c                       \
+  vnet/feature/registration.c
+
+nobase_include_HEADERS +=                      \
+  vnet/feature/feature.h
+
 ########################################
 # Unix kernel related
 ########################################