diff options
| author | lijia <[email protected]> | 2021-06-10 11:39:10 +0800 |
|---|---|---|
| committer | lijia <[email protected]> | 2021-06-10 11:39:10 +0800 |
| commit | ef7e18b8a90edefe1c42763a7d75af2de1e79851 (patch) | |
| tree | 0db0365be004df40049c1f0a8906e31c3e464a4c /CMakeLists.txt | |
| parent | a5df5d2abf6e2fe584c5867c1c05c283766aa2bc (diff) | |
TSG-5511, 对于UDP和TCP按data建连接,增加根据配置文件well_known_port.conf指定服务端口,用来决定创建流的方向功能。
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b80ecf9..9ac6a73 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -211,7 +211,7 @@ install(FILES bin/etc/asymmetric_addr_layer.conf DESTINATION etc COMPONENT PROFI install(FILES bin/etc/vlan_flipping_map.conf DESTINATION etc COMPONENT PROFILE) install(FILES bin/etc/stream_compare_layer.conf DESTINATION etc COMPONENT PROFILE) install(FILES bin/etc/necessary_plug_list.conf DESTINATION etc COMPONENT PROFILE) - +install(FILES bin/etc/well_known_port.conf DESTINATION etc COMPONENT PROFILE) if(NOT ENABLE_STATIC_LINK) |
