feature:TSG-18248:删除firewall Decoders.RADIUS相关配置项及其代码
This commit is contained in:
@@ -4,8 +4,6 @@ certstore_rpm_version:
|
||||
firewall_rpm_version:
|
||||
conn_telemetry: conn_telemetry-1.0.3.4ef6df6
|
||||
firewall: firewall-3.0.25.d1db696
|
||||
#gtp_signaling_plug: gtp_signaling_plug-2.0.0.3f233d7
|
||||
#radius_collect_plug: radius_collect_plug-2.0.11.47a51f3
|
||||
glimpse_detector: glimpse_detector-3.0.0.7240884
|
||||
qdpi_detector: qdpi_detector-4.0.3.9f81ea0
|
||||
tsg_ddos_sketch: tsg_ddos_sketch-2.0.1.918b16e
|
||||
@@ -19,7 +17,6 @@ firewall_rpm_version:
|
||||
gtp: gtp-1.0.7.e1041b2
|
||||
ssh: ssh-2.1.7.b053e65
|
||||
dtls: dtls-2.0.3.51e8096
|
||||
radius: radius-1.0.7.54b70b2
|
||||
mesa_sip: mesa_sip-2.0.2.11024e4
|
||||
deal_socks: deal_socks-1.0.4.329bba3
|
||||
stratum: stratum-1.1.0.29a2cff
|
||||
|
||||
@@ -145,28 +145,6 @@ TRAFFIC_MIRROR_ENABLE=1
|
||||
NIC_NAME="{{ dp_traffic_mirror.nic_name }}"
|
||||
DEFAULT_VLAN_ID={{ dp_traffic_mirror.traffic_mirror_vlan_id }}
|
||||
{% endif %}
|
||||
[RADIUS_PLUG]
|
||||
{% raw %}{% set tags_list = [] %}
|
||||
{% if data_center.name is defined %}
|
||||
{% set tag_json = "{\"tag\":\"" ~ "data_center" ~ "\",\"value\":\"" ~ data_center.name ~ "\"}" %}
|
||||
{{tags_list.append(tag_json)}}{% endif %}
|
||||
{% if device.tags is defined %}
|
||||
{% for device_tag in device.tags %}
|
||||
{% for key,value in device_tag.items() %}
|
||||
{% set tag_json = "{\"tag\":\"" ~ key ~ "\",\"value\":\"" ~ value ~ "\"}" %}
|
||||
{{tags_list.append(tag_json)}}{% endfor %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% if data_center.name is not defined and device.tags is not defined %}
|
||||
{{ device.tags }}
|
||||
{% endif %}
|
||||
DEVICE_TAGS={"tags":[{{ tags_list | join(",") }}]}
|
||||
{% endraw %}
|
||||
PACKET_TYPE_FLAG=16
|
||||
COLLECT_TOPIC="RADIUS-RECORD"
|
||||
SERVICE_ID=162
|
||||
LOG_PATH="log/radius_collect"
|
||||
LOG_LEVEL=30
|
||||
|
||||
[GTP_SIGNALING]
|
||||
{% raw %}{% if gtp.enable_gtp_c_record == 1 %}
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
./plug/protocol/quic/quic.inf
|
||||
./plug/protocol/l2tp_protocol_plug/l2tp_protocol_plug.inf
|
||||
./plug/protocol/gtp/gtp.inf
|
||||
./plug/protocol/radius/radius.inf
|
||||
./plug/protocol/ssh/ssh.inf
|
||||
./plug/protocol/stratum/stratum.inf
|
||||
./plug/protocol/rdp/rdp.inf
|
||||
@@ -43,9 +42,6 @@
|
||||
./plug/business/kni/kni.inf
|
||||
{% endif %}
|
||||
./plug/business/conn_telemetry/conn_telemetry.inf
|
||||
{% if radius.enable == 1 %}
|
||||
#./plug/business/radius_collect_plug/radius_collect_plug.inf
|
||||
{% endif %}
|
||||
{% endraw %}
|
||||
{% if runtime_env == 'TSG-7400-mcn0' %}
|
||||
{% raw %}{% if npb_device == 'tera' %}
|
||||
|
||||
@@ -19,7 +19,6 @@ RTP
|
||||
SIP
|
||||
GTP
|
||||
SSH
|
||||
RADIUS
|
||||
SOCKS
|
||||
STRATUM
|
||||
RDP
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
./plug/protocol/mail/mail.inf
|
||||
./plug/protocol/ftp/ftp.inf
|
||||
./plug/protocol/quic/quic.inf
|
||||
./plug/protocol/radius/radius.inf
|
||||
./plug/protocol/rdp/rdp.inf
|
||||
./plug/protocol/bgp/bgp.inf
|
||||
./plug/protocol/l2tp_protocol_plug/l2tp_protocol_plug.inf
|
||||
@@ -22,7 +21,6 @@
|
||||
#./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/radius_collect_plug/radius_collect_plug.inf
|
||||
./plug/business/firewall/firewall.inf
|
||||
./plug/stellar_on_sapp/start_loader.inf
|
||||
./plug/stellar_on_sapp/defer_loader.inf
|
||||
@@ -36,9 +36,6 @@
|
||||
{{- if eq .Values.decoders.GTPC .Values.define_enable_val_yes }}
|
||||
./plug/protocol/gtp/gtp.inf
|
||||
{{- end }}
|
||||
{{- if eq .Values.decoders.RADIUS .Values.define_enable_val_yes }}
|
||||
./plug/protocol/radius/radius.inf
|
||||
{{- end }}
|
||||
{{- if eq .Values.decoders.SSH .Values.define_enable_val_yes }}
|
||||
./plug/protocol/ssh/ssh.inf
|
||||
{{- end }}
|
||||
@@ -62,7 +59,4 @@
|
||||
{{- if eq .Values.decoders.GTPC .Values.define_enable_val_yes }}
|
||||
#./plug/business/gtp_signaling_plug/gtp_signaling_plug.inf
|
||||
{{- end }}
|
||||
{{- if and (eq .Values.radius_record.enable .Values.define_enable_val_yes) (eq .Values.decoders.RADIUS .Values.define_enable_val_yes) }}
|
||||
#./plug/business/radius_collect_plug/radius_collect_plug.inf
|
||||
{{- end }}
|
||||
./plug/stellar_on_sapp/defer_loader.inf
|
||||
@@ -170,13 +170,6 @@ NIC_NAME="{{ .Values.nic_mirror_name.firewall }}"
|
||||
{{- end }}
|
||||
APP_NAME="sapp-mirror-{{ .Values.app_symbol_index }}"
|
||||
DEFAULT_VLAN_ID=0
|
||||
[RADIUS_PLUG]
|
||||
DEVICE_TAGS={"tags":[{{- include "traffic-engine.device-tag-list" . }}]}
|
||||
PACKET_TYPE_FLAG=16
|
||||
COLLECT_TOPIC="RADIUS-RECORD"
|
||||
SERVICE_ID=162
|
||||
LOG_PATH="log/radius_collect"
|
||||
LOG_LEVEL=30
|
||||
|
||||
{{- if eq .Values.decoders.GTPC .Values.define_enable_val_yes }}
|
||||
[GTP_SIGNALING]
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
./plug/protocol/mail/mail.inf
|
||||
./plug/protocol/ftp/ftp.inf
|
||||
./plug/protocol/quic/quic.inf
|
||||
./plug/protocol/radius/radius.inf
|
||||
./plug/protocol/rdp/rdp.inf
|
||||
./plug/protocol/bgp/bgp.inf
|
||||
./plug/protocol/l2tp_protocol_plug/l2tp_protocol_plug.inf
|
||||
@@ -21,7 +20,6 @@
|
||||
#./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/radius_collect_plug/radius_collect_plug.inf
|
||||
./plug/business/firewall/firewall.inf
|
||||
./plug/stellar_on_sapp/start_loader.inf
|
||||
./plug/stellar_on_sapp/defer_loader.inf
|
||||
@@ -110,9 +110,6 @@ proxy:
|
||||
voip_record:
|
||||
enable_sip: yes
|
||||
enable_rtp: yes
|
||||
|
||||
radius_record:
|
||||
enable: yes
|
||||
|
||||
bgp_record:
|
||||
enable: yes
|
||||
@@ -175,7 +172,6 @@ decoders:
|
||||
RTP: yes
|
||||
SIP: yes
|
||||
SSH: yes
|
||||
RADIUS: yes
|
||||
SOCKS: yes
|
||||
STRATUM: yes
|
||||
RDP: yes
|
||||
|
||||
@@ -27,9 +27,6 @@ sessionrecord:
|
||||
capturepacket:
|
||||
enable: 1
|
||||
|
||||
radius:
|
||||
enable: 1
|
||||
|
||||
app_behavior:
|
||||
enable: 0
|
||||
|
||||
|
||||
@@ -29,9 +29,6 @@ sessionrecord:
|
||||
capturepacket:
|
||||
enable: 0/1
|
||||
|
||||
radius:
|
||||
enable: 0/1
|
||||
|
||||
gtp:
|
||||
enable_gtp_c_record: 0/1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user