ip: add container proxy dump API (VPP-1364)
[vpp.git] / src / vnet / CMakeLists.txt
index 8820d28..e79dcd1 100644 (file)
@@ -307,7 +307,7 @@ list(APPEND VNET_HEADERS
   bonding/node.h
 )
 
-list(APPEND VNET_MULTIARCH_SOURCES bonding/node.c)
+list(APPEND VNET_MULTIARCH_SOURCES bonding/node.c bonding/device.c)
 list(APPEND VNET_API_FILES bonding/bond.api)
 
 ##############################################################################