bond: Add bonding driver and LACP protocol
[vpp.git] / src / vnet.am
index d201241..a58bdca 100644 (file)
@@ -272,6 +272,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
 ########################################