diff options
author | Ole Troan <ot@cisco.com> | 2019-10-08 11:35:23 +0200 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2019-10-09 07:53:10 +0000 |
commit | ab96454e3aba8e60094e773a39e9d28f50d7192e (patch) | |
tree | c78289d57c16992ec340b1c64da61ddf51abc726 /src/plugins/ioam/CMakeLists.txt | |
parent | b126ebcf421830e739e74a532e35351f1a5fe2c1 (diff) |
ioam: remove api boilerplate
Note: The VAT _test.c plugins need some more adjustments.
Type: refactor
Change-Id: Ifa150683d7d68db7950f66ef85eea73c8281ba14
Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'src/plugins/ioam/CMakeLists.txt')
-rw-r--r-- | src/plugins/ioam/CMakeLists.txt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/plugins/ioam/CMakeLists.txt b/src/plugins/ioam/CMakeLists.txt index 145c156619e..d2a78c7e56c 100644 --- a/src/plugins/ioam/CMakeLists.txt +++ b/src/plugins/ioam/CMakeLists.txt @@ -79,35 +79,21 @@ add_vpp_plugin(ioam udp-ping/udp_ping.api INSTALL_HEADERS - lib-pot/pot_all_api_h.h - lib-pot/pot_msg_enum.h lib-pot/pot_util.h lib-pot/math64.h - export/ioam_export_all_api_h.h - export/ioam_export_msg_enum.h - lib-trace/trace_all_api_h.h - lib-trace/trace_msg_enum.h lib-trace/trace_util.h encap/ip6_ioam_trace.h lib-trace/trace_config.h export-common/ioam_export.h - lib-vxlan-gpe/vxlan_gpe_all_api_h.h - lib-vxlan-gpe/vxlan_gpe_msg_enum.h lib-vxlan-gpe/vxlan_gpe_ioam_util.h lib-vxlan-gpe/vxlan_gpe_ioam_packet.h lib-vxlan-gpe/vxlan_gpe_ioam.h - export-vxlan-gpe/vxlan_gpe_ioam_export_all_api_h.h - export-vxlan-gpe/vxlan_gpe_ioam_export_msg_enum.h encap/ip6_ioam_e2e.h encap/ip6_ioam_seqno.h lib-e2e/ioam_seqno_lib.h - ip6/ioam_cache_all_api_h.h - ip6/ioam_cache_msg_enum.h udp-ping/udp_ping_packet.h udp-ping/udp_ping.h udp-ping/udp_ping_util.h - udp-ping/udp_ping_all_api_h.h - udp-ping/udp_ping_msg_enum.h API_TEST_SOURCES ioam_test.c |