X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2FCMakeLists.txt;h=a45f921fb0831014128c3dd4a8d1c1622dedb71b;hb=871bca9aa7a850c66228ce7124d459a6e6f21e72;hp=e79dcd1eef498d8ca98dff2d2ce78f2e628b177b;hpb=cefe1341c6a536ebe161d97ab6fb10db95e57d05;p=vpp.git diff --git a/src/vnet/CMakeLists.txt b/src/vnet/CMakeLists.txt index e79dcd1eef4..a45f921fb08 100644 --- a/src/vnet/CMakeLists.txt +++ b/src/vnet/CMakeLists.txt @@ -152,6 +152,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 @@ -490,6 +491,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 @@ -1020,7 +1028,6 @@ list(APPEND VNET_SOURCES session/application_interface.c session/application_namespace.c session/segment_manager.c - session/session_test.c session/session_api.c )