更新:tsg_master、libmaatframe、app_sketch_local,新增:
TSG-11860 - 功能端支持匹配Tunnel Object作为策略条件,以及输出Tunnel Object信息至安全日志和过渡日志 TSG-11848 - 为适应K8S容器环境,tsg_master增加从配置文件中读入处理机IP的功能 TSG-11481 - app_sketch适配新版lua执行器接口,实现app自定义脚本支持上下文
This commit is contained in:
@@ -53,7 +53,7 @@ framework_rpm_version:
|
||||
13_libMV_Sketch: libMV_Sketch-2.1.2.20220225.dc6bb95
|
||||
14_librdkafka: librdkafka-1.2.2.1218b3c
|
||||
15_libMESA_jump_layer: libMESA_jump_layer-1.0.10.6fb4738
|
||||
16_libmaatframe: libmaatframe-3.6.11.47a7101
|
||||
16_libmaatframe: libmaatframe-3.6.12.f88f730
|
||||
|
||||
kni_rpm_version:
|
||||
kni: kni-5.0.2.6cb27c3
|
||||
@@ -72,10 +72,10 @@ tfe_rpm_version:
|
||||
tfe-pr: tfe-pr-4.6.18.69f76bb
|
||||
|
||||
tsg_app_rpm_version:
|
||||
app_sketch_local: app_sketch_local-4.4.0.bf53e69
|
||||
app_sketch_local: app_sketch_local-4.5.0.af92eb0
|
||||
|
||||
tsg_master_rpm_version:
|
||||
tsg_master: tsg_master-5.8.1.d9132ee
|
||||
tsg_master: tsg_master-5.8.4.7e6dcfb
|
||||
|
||||
tsg_diagnose_rpm_version:
|
||||
tsg_diagnose: tsg-diagnose-2.0.1.8c7e9cc
|
||||
|
||||
@@ -38,6 +38,7 @@
|
||||
./plug/protocol/stratum/stratum.inf
|
||||
./plug/protocol/rdp/rdp.inf
|
||||
./plug/protocol/bgp/bgp.inf
|
||||
./plug/protocol/dtls/dtls.inf
|
||||
|
||||
[business]
|
||||
{% raw %}{% if app_behavior.enable == 1 %}
|
||||
|
||||
@@ -23,4 +23,5 @@ RADIUS
|
||||
SOCKS
|
||||
STRATUM
|
||||
RDP
|
||||
BGP
|
||||
BGP
|
||||
DTLS
|
||||
@@ -31,6 +31,7 @@
|
||||
./plug/protocol/stratum/stratum.inf
|
||||
./plug/protocol/rdp/rdp.inf
|
||||
./plug/protocol/bgp/bgp.inf
|
||||
./plug/protocol/dtls/dtls.inf
|
||||
|
||||
[business]
|
||||
{{- if eq .Values.encrypt_traffic_identify.voice_bahavior_engine .Values.define_enable_val_yes }}
|
||||
|
||||
Reference in New Issue
Block a user