Code Review
/
vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
7d1e4a4
)
vnet: export header files to build the plugins
39/41139/2
author
Dau Do
<
[email protected]
>
Thu, 13 Jun 2024 08:31:46 +0000
(
01:31
-0700)
committer
Florin 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
patch
|
blob
|
history
diff --git
a/src/vnet/CMakeLists.txt
b/src/vnet/CMakeLists.txt
index
eb74f5d
..
0554e2f
100644
(file)
--- a/
src/vnet/CMakeLists.txt
+++ b/
src/vnet/CMakeLists.txt
@@
-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)