feature:TSG-18248:删除Decoders GTPC相关配置项及其代码
This commit is contained in:
@@ -14,7 +14,6 @@ firewall_rpm_version:
|
||||
quic: quic-2.0.9.a7d76dd
|
||||
ssl: ssl-3.0.4.8f3bde2
|
||||
rtp: rtp-1.0.7.530ac76
|
||||
gtp: gtp-1.0.7.e1041b2
|
||||
ssh: ssh-2.1.7.b053e65
|
||||
dtls: dtls-2.0.3.51e8096
|
||||
mesa_sip: mesa_sip-2.0.2.11024e4
|
||||
|
||||
@@ -146,16 +146,6 @@ NIC_NAME="{{ dp_traffic_mirror.nic_name }}"
|
||||
DEFAULT_VLAN_ID={{ dp_traffic_mirror.traffic_mirror_vlan_id }}
|
||||
{% endif %}
|
||||
|
||||
[GTP_SIGNALING]
|
||||
{% raw %}{% if gtp.enable_gtp_c_record == 1 %}
|
||||
SENDLOG_SWITCH=1
|
||||
{% else %}
|
||||
SENDLOG_SWITCH=0
|
||||
{% endif %}
|
||||
{% endraw %}
|
||||
#NO/HASH/REDIS
|
||||
SIGNALING_ORIGIN="REDIS"
|
||||
|
||||
{% raw %}
|
||||
[SHAPING]
|
||||
SWARMKV_CLUSTER_NAME="tsg-shaping-vsys{{ vsys_id }}"
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
./plug/protocol/ftp/ftp.inf
|
||||
./plug/protocol/quic/quic.inf
|
||||
./plug/protocol/l2tp_protocol_plug/l2tp_protocol_plug.inf
|
||||
./plug/protocol/gtp/gtp.inf
|
||||
./plug/protocol/ssh/ssh.inf
|
||||
./plug/protocol/stratum/stratum.inf
|
||||
./plug/protocol/rdp/rdp.inf
|
||||
@@ -36,7 +35,6 @@
|
||||
[business]
|
||||
{% raw %}{% if firewall.enable == 1 %}
|
||||
./plug/business/firewall/firewall.inf
|
||||
#./plug/business/gtp_signaling_plug/gtp_signaling_plug.inf
|
||||
{% endif %}
|
||||
{% if proxy.enable == 1 %}
|
||||
./plug/business/kni/kni.inf
|
||||
|
||||
@@ -17,7 +17,6 @@ FTP
|
||||
SSL
|
||||
RTP
|
||||
SIP
|
||||
GTP
|
||||
SSH
|
||||
SOCKS
|
||||
STRATUM
|
||||
|
||||
@@ -17,8 +17,6 @@
|
||||
./plug/protocol/l2tp_protocol_plug/l2tp_protocol_plug.inf
|
||||
./plug/business/kni/kni.inf
|
||||
./plug/business/conn_telemetry/conn_telemetry.inf
|
||||
./plug/protocol/gtp/gtp.inf
|
||||
#./plug/business/gtp_signaling_plug/gtp_signaling_plug.inf
|
||||
./plug/business/http_healthcheck/http_healthcheck.inf
|
||||
./plug/platform/tsg_ddos_sketch/tsg_ddos_sketch.inf 1
|
||||
./plug/business/firewall/firewall.inf
|
||||
|
||||
@@ -33,9 +33,6 @@
|
||||
./plug/protocol/quic/quic.inf
|
||||
{{- end }}
|
||||
./plug/protocol/l2tp_protocol_plug/l2tp_protocol_plug.inf
|
||||
{{- if eq .Values.decoders.GTPC .Values.define_enable_val_yes }}
|
||||
./plug/protocol/gtp/gtp.inf
|
||||
{{- end }}
|
||||
{{- if eq .Values.decoders.SSH .Values.define_enable_val_yes }}
|
||||
./plug/protocol/ssh/ssh.inf
|
||||
{{- end }}
|
||||
@@ -56,7 +53,4 @@
|
||||
{{- if eq .Values.firewall.enable .Values.define_enable_val_yes }}
|
||||
./plug/business/firewall/firewall.inf
|
||||
{{- end }}
|
||||
{{- if eq .Values.decoders.GTPC .Values.define_enable_val_yes }}
|
||||
#./plug/business/gtp_signaling_plug/gtp_signaling_plug.inf
|
||||
{{- end }}
|
||||
./plug/stellar_on_sapp/defer_loader.inf
|
||||
@@ -171,17 +171,6 @@ NIC_NAME="{{ .Values.nic_mirror_name.firewall }}"
|
||||
APP_NAME="sapp-mirror-{{ .Values.app_symbol_index }}"
|
||||
DEFAULT_VLAN_ID=0
|
||||
|
||||
{{- if eq .Values.decoders.GTPC .Values.define_enable_val_yes }}
|
||||
[GTP_SIGNALING]
|
||||
{{- if eq .Values.gtpc_record.enable .Values.define_enable_val_yes }}
|
||||
SENDLOG_SWITCH=1
|
||||
{{- else }}
|
||||
SENDLOG_SWITCH=0
|
||||
{{- end }}
|
||||
#NO/HASH/REDIS
|
||||
SIGNALING_ORIGIN="REDIS"
|
||||
{{- end }}
|
||||
|
||||
[PROTO_IDENTIFY]
|
||||
MAX_IDENTIFY_PACKETS=10
|
||||
|
||||
|
||||
@@ -16,8 +16,6 @@
|
||||
./plug/protocol/l2tp_protocol_plug/l2tp_protocol_plug.inf
|
||||
./plug/business/kni/kni.inf
|
||||
./plug/business/conn_telemetry/conn_telemetry.inf
|
||||
./plug/protocol/gtp/gtp.inf
|
||||
#./plug/business/gtp_signaling_plug/gtp_signaling_plug.inf
|
||||
./plug/business/http_healthcheck/http_healthcheck.inf
|
||||
./plug/platform/tsg_ddos_sketch/tsg_ddos_sketch.inf 1
|
||||
./plug/business/firewall/firewall.inf
|
||||
|
||||
@@ -114,9 +114,6 @@ voip_record:
|
||||
bgp_record:
|
||||
enable: yes
|
||||
|
||||
gtpc_record:
|
||||
enable: yes
|
||||
|
||||
overload_protection:
|
||||
enable: yes
|
||||
detect_interval_in_ms: 500
|
||||
@@ -177,7 +174,6 @@ decoders:
|
||||
RDP: yes
|
||||
BGP: yes
|
||||
DTLS: yes
|
||||
GTPC: yes
|
||||
|
||||
configHash: "defaulthash"
|
||||
|
||||
|
||||
@@ -30,9 +30,6 @@ capturepacket:
|
||||
app_behavior:
|
||||
enable: 0
|
||||
|
||||
gtp:
|
||||
enable_gtp_c_record: 1
|
||||
|
||||
ddossketch:
|
||||
enable: 1
|
||||
tcp_flood_report_thresh: 0.0008
|
||||
|
||||
@@ -29,9 +29,6 @@ sessionrecord:
|
||||
capturepacket:
|
||||
enable: 0/1
|
||||
|
||||
gtp:
|
||||
enable_gtp_c_record: 0/1
|
||||
|
||||
ddossketch:
|
||||
enable: 0/1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user