X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2FCMakeLists.txt;h=6c1eae8dbdf55a07b9f860b963e22251d0f31db1;hb=1ee7830e9ee8a62800822b6f5224d66243b916d4;hp=e79dcd1eef498d8ca98dff2d2ce78f2e628b177b;hpb=cefe1341c6a536ebe161d97ab6fb10db95e57d05;p=vpp.git diff --git a/src/vnet/CMakeLists.txt b/src/vnet/CMakeLists.txt index e79dcd1eef4..6c1eae8dbdf 100644 --- a/src/vnet/CMakeLists.txt +++ b/src/vnet/CMakeLists.txt @@ -125,6 +125,7 @@ list(APPEND VNET_MULTIARCH_SOURCES ethernet/node.c) list(APPEND VNET_HEADERS ethernet/error.def ethernet/ethernet.h + ethernet/mac_address.h ethernet/packet.h ethernet/types.def ethernet/sfp.h @@ -152,6 +153,7 @@ list(APPEND VNET_SOURCES l2/l2_learn.c l2/l2_output.c l2/l2_in_out_acl.c + l2/l2_in_out_feat_arc.c l2/l2_patch.c l2/l2_rw.c l2/l2_uu_fwd.c @@ -163,6 +165,7 @@ list(APPEND VNET_MULTIARCH_SOURCES l2/l2_fwd.c l2/l2_learn.c l2/l2_output.c + l2/l2_patch.c ) list(APPEND VNET_HEADERS @@ -477,6 +480,9 @@ list(APPEND VNET_SOURCES ipsec/ipsec_input.c ipsec/ipsec_if.c ipsec/ipsec_if_in.c + ipsec/ipsec_sa.c + ipsec/ipsec_spd.c + ipsec/ipsec_spd_policy.c ipsec/esp_format.c ipsec/esp_encrypt.c ipsec/esp_decrypt.c @@ -490,6 +496,13 @@ list(APPEND VNET_SOURCES ipsec/ipsec_api.c ) +list(APPEND VNET_MULTIARCH_SOURCES + ipsec/esp_encrypt.c + ipsec/esp_decrypt.c + ipsec/ah_decrypt.c + ipsec/ah_encrypt.c +) + list(APPEND VNET_API_FILES ipsec/ipsec.api) list(APPEND VNET_SOURCES @@ -528,6 +541,7 @@ list(APPEND VNET_SOURCES tcp/tcp_output.c tcp/tcp_input.c tcp/tcp_newreno.c + tcp/tcp_cubic.c tcp/tcp.c ) @@ -671,6 +685,7 @@ list(APPEND VNET_SOURCES vxlan-gbp/encap.c vxlan-gbp/vxlan_gbp_api.c vxlan-gbp/vxlan_gbp.c + vxlan-gbp/vxlan_gbp_packet.c ) list(APPEND VNET_HEADERS @@ -959,9 +974,13 @@ list(APPEND VNET_SOURCES devices/virtio/vhost_user_output.c devices/virtio/vhost_user_api.c devices/virtio/virtio.c + devices/virtio/virtio_api.c + devices/virtio/cli.c + devices/virtio/pci.c ) list(APPEND VNET_HEADERS + devices/virtio/pci.h devices/virtio/virtio.h devices/virtio/vhost_user.h ) @@ -971,7 +990,10 @@ list(APPEND VNET_MULTIARCH_SOURCES devices/virtio/vhost_user_output.c ) -list(APPEND VNET_API_FILES devices/virtio/vhost_user.api) +list(APPEND VNET_API_FILES + devices/virtio/vhost_user.api + devices/virtio/virtio.api +) ############################################################################## # tap interface (with virtio backend) @@ -1016,11 +1038,11 @@ list(APPEND VNET_SOURCES session/session_node.c session/transport.c session/application.c + session/application_worker.c session/session_cli.c session/application_interface.c session/application_namespace.c session/segment_manager.c - session/session_test.c session/session_api.c ) @@ -1028,11 +1050,11 @@ list(APPEND VNET_HEADERS session/session.h session/session_table.h session/session_rules_table.h - session/stream_session.h + session/session_types.h session/session_lookup.h session/application.h session/transport.h - session/transport_interface.h + session/transport_types.h session/application_interface.h session/application_namespace.h session/session_debug.h @@ -1133,27 +1155,19 @@ list(APPEND VNET_API_FILES feature/feature.api) list(APPEND VNET_SOURCES unix/gdb_funcs.c - unix/pcap.c - unix/tap_api.c - unix/tapcli.c unix/tuntap.c ) list(APPEND VNET_HEADERS - unix/pcap.h unix/tuntap.h - unix/tapcli.h ) -list(APPEND VNET_API_FILES unix/tap.api) - ############################################################################## # FIB ############################################################################## list(APPEND VNET_SOURCES fib/fib.c - fib/fib_test.c fib/ip4_fib.c fib/ip6_fib.c fib/mpls_fib.c @@ -1264,7 +1278,6 @@ list(APPEND VNET_HEADERS ############################################################################## list(APPEND VNET_SOURCES - mfib/mfib_test.c mfib/mfib_forward.c mfib/ip4_mfib.c mfib/ip6_mfib.c @@ -1272,6 +1285,11 @@ list(APPEND VNET_SOURCES mfib/mfib_signal.c mfib/mfib_itf.c mfib/mfib_entry.c + mfib/mfib_entry.c + mfib/mfib_entry_cover.c + mfib/mfib_entry_delegate.c + mfib/mfib_entry_src.c + mfib/mfib_entry_src_rr.c mfib/mfib_table.c ) @@ -1324,7 +1342,6 @@ list(APPEND VNET_SOURCES bier/bier_output.c bier/bier_table.c bier/bier_types.c - bier/bier_test.c bier/bier_api.c bier/bier_drop.c bier/bier_update.c @@ -1346,6 +1363,23 @@ list(APPEND VNET_HEADERS list(APPEND VNET_API_FILES bier/bier.api) +############################################################################## +# SYSLOG +############################################################################## + +list (APPEND VNET_SOURCES + syslog/syslog_api.c + syslog/syslog_udp.c + syslog/syslog.c +) + +list(APPEND VNET_HEADERS + syslog/syslog_udp.h + syslog/syslog.h +) + +list(APPEND VNET_API_FILES syslog/syslog.api) + ############################################################################## # VNET Library ##############################################################################