X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2FCMakeLists.txt;h=39774ba2682be9a29b40d2bacaefcacdca90f017;hb=59f71132edffcfa1b94c400736575bd55bdbd7d7;hp=f8948de5d5e4edfda67d97fe83be1a3e19c831a5;hpb=d724e4f43b1d143a3f35492bce72fdc3e8af553e;p=vpp.git diff --git a/src/vnet/CMakeLists.txt b/src/vnet/CMakeLists.txt index f8948de5d5e..39774ba2682 100644 --- a/src/vnet/CMakeLists.txt +++ b/src/vnet/CMakeLists.txt @@ -56,6 +56,7 @@ list(APPEND VNET_HEADERS handoff.h interface.h interface_funcs.h + interface_output.h ip/ip4_to_ip6.h ip/ip6_to_ip4.h ip/ip_types_api.h @@ -457,6 +458,7 @@ list(APPEND VNET_SOURCES ip/ip_checksum.c ip/ip_frag.c ip/ip.c + ip/ip_interface.c ip/ip_init.c ip/ip_in_out_acl.c ip/ip_punt_drop.c @@ -500,6 +502,7 @@ list(APPEND VNET_HEADERS ip/ip6_hop_by_hop_packet.h ip/ip6_packet.h ip/ip.h + ip/ip_interface.h ip/ip_packet.h ip/ip_source_and_port_range_check.h ip/ip_types.h @@ -1003,6 +1006,7 @@ list(APPEND VNET_SOURCES ) list(APPEND VNET_HEADERS + gso/hdr_offset_parser.h gso/gso.h )