Introduce a mac_address_t on the API and in VPP
[vpp.git] / src / vnet / CMakeLists.txt
index 9f36e67..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
@@ -1263,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
 ##############################################################################