From: Benoît Ganne Date: Fri, 17 May 2019 12:24:17 +0000 (+0200) Subject: api: export ip_types.api for out-of-tree plugins X-Git-Tag: v20.01-rc0~592 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F78%2F19678%2F2;p=vpp.git api: export ip_types.api for out-of-tree plugins Out-of-tree plugins can refer to IP types in their API. The .api and associated headers must be exported. Change-Id: I75004343b040defd9eebac6a8a95c2ecf3c8079a Signed-off-by: Benoît Ganne --- diff --git a/src/vnet/CMakeLists.txt b/src/vnet/CMakeLists.txt index 89d46a14b82..1940abe03c2 100644 --- a/src/vnet/CMakeLists.txt +++ b/src/vnet/CMakeLists.txt @@ -58,6 +58,7 @@ list(APPEND VNET_HEADERS interface_funcs.h ip/ip4_to_ip6.h ip/ip6_to_ip4.h + ip/ip_types_api.h l3_types.h plugin/plugin.h pipeline.h @@ -68,7 +69,10 @@ list(APPEND VNET_HEADERS util/refcount.h ) -list(APPEND VNET_API_FILES interface.api) +list(APPEND VNET_API_FILES + interface.api + ip/ip_types.api +) ############################################################################## # Policer infra