Revert "MTU: Setting of MTU on software interface (instead of hardware interface)"
[vpp.git] / src / vnet.am
index d201241..058948d 100644 (file)
@@ -41,6 +41,7 @@ libvnet_la_SOURCES +=                         \
   vnet/interface_cli.c                         \
   vnet/interface_format.c                      \
   vnet/interface_output.c                      \
+  vnet/interface_stats.c                       \
   vnet/misc.c                                  \
   vnet/replication.c
 
@@ -272,6 +273,21 @@ nobase_include_HEADERS +=                  \
 
 API_FILES += vnet/geneve/geneve.api
 
+########################################
+# Layer 2 / Bonding
+########################################
+libvnet_la_SOURCES +=                          \
+  vnet/bonding/cli.c                           \
+  vnet/bonding/node.c                          \
+  vnet/bonding/device.c                        \
+  vnet/bonding/bond_api.c
+
+nobase_include_HEADERS +=                      \
+  vnet/bonding/node.h                           \
+  vnet/bonding/bond.api.h
+
+API_FILES += vnet/bonding/bond.api
+
 ########################################
 # Layer 2 / LLDP
 ########################################