From: Dave Wallace Date: Wed, 23 Feb 2022 22:15:14 +0000 (-0500) Subject: build: export missing header files required by hicn_plugin X-Git-Tag: v22.10-rc0~348 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=40cfc1560ee6fa11e4d6c74e9730541a8a45b68a;p=vpp.git build: export missing header files required by hicn_plugin - HICN project's hicn_plugin requires vnet header files fib/fib_entry_track.h and udp/udp_encap.h to be included in build-root/install-vpp*-*/vpp/include/vnet Type: fix Signed-off-by: Dave Wallace Change-Id: Iabd3f8fe0aee8d727758fc6ef202e859d68d63a3 --- diff --git a/src/vnet/CMakeLists.txt b/src/vnet/CMakeLists.txt index af4f64aef33..88ef4cca7b9 100644 --- a/src/vnet/CMakeLists.txt +++ b/src/vnet/CMakeLists.txt @@ -679,6 +679,7 @@ list(APPEND VNET_MULTIARCH_SOURCES list(APPEND VNET_HEADERS udp/udp_error.def udp/udp.h + udp/udp_encap.h udp/udp_packet.h udp/udp_inlines.h udp/udp_local.h @@ -1203,6 +1204,7 @@ list(APPEND VNET_SOURCES list(APPEND VNET_HEADERS fib/fib.h fib/fib_api.h + fib/fib_entry_track.h fib/ip4_fib.h fib/ip4_fib_8.h fib/ip4_fib_16.h