Docs: update MPLS FIB section with text from the wiki
[vpp.git] / src / vnet / CMakeLists.txt
index 491b8b9..61945a4 100644 (file)
@@ -109,9 +109,11 @@ list(APPEND VNET_API_FILES cop/cop.api)
 # Layer 2 protocol: Ethernet
 ##############################################################################
 list(APPEND VNET_SOURCES
+  ethernet/ethernet_types_api.c
   ethernet/format.c
   ethernet/init.c
   ethernet/interface.c
+  ethernet/mac_address.c
   ethernet/node.c
   ethernet/pg.c
   ethernet/sfp.c
@@ -264,6 +266,8 @@ list(APPEND VNET_HEADERS
   vxlan/vxlan_error.def
 )
 
+list(APPEND VNET_MULTIARCH_SOURCES vxlan/decap.c)
+
 list(APPEND VNET_API_FILES vxlan/vxlan.api)
 
 ##############################################################################
@@ -1261,9 +1265,14 @@ list(APPEND VNET_HEADERS
 list(APPEND VNET_SOURCES
   util/radix.c
   util/refcount.c
+  util/throttle.c
   util/trajectory.c
 )
 
+list(APPEND VNET_HEADERS
+  util/throttle.h
+)
+
 ##############################################################################
 # QoS
 ##############################################################################