vnet: export header files to build the plugins 39/41139/2
authorDau Do <[email protected]>
Thu, 13 Jun 2024 08:31:46 +0000 (01:31 -0700)
committerFlorin Coras <[email protected]>
Thu, 13 Jun 2024 18:52:52 +0000 (18:52 +0000)
Type: improvement

Change-Id: I86e8616a134829a66a9c9bb4313bbf95f835e7c0
Signed-off-by: Dau Do <[email protected]>
src/vnet/CMakeLists.txt

index eb74f5d..0554e2f 100644 (file)
@@ -94,6 +94,7 @@ list(APPEND VNET_HEADERS
   format_fns.h
   ip/ip_format_fns.h
   ip/ip_sas.h
+  ip/vtep.h
   ethernet/ethernet_format_fns.h
   ethernet/ethernet_types_api.h
 )
@@ -1392,6 +1393,7 @@ list (APPEND VNET_SOURCES
 
 list(APPEND VNET_HEADERS
   arp/arp.h
+  arp/arp_packet.h
 )
 
 list(APPEND VNET_API_FILES arp/arp.api)