TSG-14789 TFE扫描service chaining策略,执行Decrypted Traffic Steering

This commit is contained in:
luwenpeng
2023-04-17 18:26:33 +08:00
committed by luwenpeng
parent f741c3c025
commit f421e4df54
11 changed files with 249 additions and 4 deletions

View File

@@ -52,6 +52,10 @@ if(ENABLE_PLUGIN_TCP_POLICY)
target_link_libraries(tfe -Wl,--whole-archive tcp-policy -Wl,--no-whole-archive)
endif()
if(ENABLE_PLUGIN_CHAINING_POLICY)
target_link_libraries(tfe -Wl,--whole-archive chaining-policy -Wl,--no-whole-archive)
endif()
if(ENABLE_PLUGIN_TRAFFIC_MIRROR)
target_link_libraries(tfe -Wl,--whole-archive traffic-mirror -Wl,--no-whole-archive)
endif()