更新sapp、tsg_master、firewall,新增:

sapp提供判断是否为控制报文的相关接口
tsg_master、firewall支持Group内的逻辑非
TSG-14961 - SAPP接收的控制报文(TFE/SCE/SHAPER的LOG_UPDATE),规避检查是否为重复流量及校验IP报文长度的逻辑
TSG-14932 - tsg_master控制报文中需增加service chaining和shaping的SID DONE
TSG-14928 - tsg_master接收TFE返回的ssl_intercept_info,填充为Proxy intercept event发送
This commit is contained in:
liuxueli
2023-05-10 18:26:44 +08:00
parent b9cdebd0b2
commit d3ac0f4a00
3 changed files with 8 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ certstore_rpm_version:
firewall_rpm_version:
capture_packet_plug: capture_packet_plug-5.0.3.5b7d21e
conn_telemetry: conn_telemetry-1.0.3.4ef6df6
firewall: firewall-2.0.4.b221dde
firewall: firewall-2.0.5.cf1a0d0
tsg_conn_sketch: tsg_conn_sketch-4.0.1.b2ff088
gtp_signaling_plug: gtp_signaling_plug-2.0.0.3f233d7
tsg_vulpes: tsg_vulpes-1.0.9.0d7c615
@@ -64,9 +64,9 @@ mrzcpd_rpm_version:
sapp_rpm_version:
sapp: sapp-4.3.0.6e7c576
sapp: sapp-4.3.1.36dafd4
tcpdump_mesa: tcpdump_mesa-1.0.13.6ec67f5
sapp-pr: sapp-pr-4.3.0.6e7c576
sapp-pr: sapp-pr-4.3.1.36dafd4
tfe_rpm_version:
tfe: tfe-4.8.10.542f4cb
@@ -76,7 +76,7 @@ tsg_app_rpm_version:
app_sketch_local: app_sketch_local-5.0.3.cd40103
tsg_master_rpm_version:
tsg_master: tsg_master-6.0.8.5e42de3
tsg_master: tsg_master-6.0.9.ee0f57d
shaping_master_rpm_version:
shaping_master: shaping_master-1.1.4.b434f47

View File

@@ -4,6 +4,8 @@ SUBSCRIBER_ID_TABLE="TSG_OBJ_SUBSCRIBER_ID"
CB_SUBSCRIBER_IP_TABLE="TSG_DYN_SUBSCRIBER_IP"
IP_ADDR_TABLE="TSG_SECURITY_ADDR"
LOCATION_TABLE_TYPE=19
LOG_LEVEL=30
LOG_PATH="log/master.scan"
[TSG_LOG]
MODE=1

View File

@@ -4,6 +4,8 @@ SUBSCRIBER_ID_TABLE="TSG_OBJ_SUBSCRIBER_ID"
CB_SUBSCRIBER_IP_TABLE="TSG_DYN_SUBSCRIBER_IP"
IP_ADDR_TABLE="TSG_SECURITY_ADDR"
LOCATION_TABLE_TYPE=19
LOG_LEVEL=30
LOG_PATH="log/master.scan"
[TSG_LOG]
MODE=1