feature:TSG-18248:删除firewall.logs.contains_nat_linkinfo配置项及其相关代码
This commit is contained in:
@@ -22,11 +22,6 @@ SEND_APP_ID_SWITCH=1
|
||||
{% else %}
|
||||
SEND_APP_ID_SWITCH=0
|
||||
{% endif %}
|
||||
{% if sessionrecord.enable_contains_nat_linkinfo == 1 %}
|
||||
SEND_NAT_LINKINFO_SWITCH=1
|
||||
{% else %}
|
||||
SEND_NAT_LINKINFO_SWITCH=0
|
||||
{% endif %}
|
||||
{% if sessionrecord.enable_interim_record == 1 %}
|
||||
SEND_INTERIM_RECORD=1
|
||||
{% else %}
|
||||
|
||||
@@ -22,11 +22,6 @@ SEND_APP_ID_SWITCH=1
|
||||
{{- else }}
|
||||
SEND_APP_ID_SWITCH=0
|
||||
{{- end }}
|
||||
{{- if eq .Values.firewall.logs.contains_nat_linkinfo.enable .Values.define_enable_val_yes }}
|
||||
SEND_NAT_LINKINFO_SWITCH=1
|
||||
{{- else }}
|
||||
SEND_NAT_LINKINFO_SWITCH=0
|
||||
{{- end }}
|
||||
SEND_INTERCEPT_LOG=1
|
||||
TCP_MIN_PKTS=3
|
||||
TCP_MIN_BYTES=5
|
||||
|
||||
@@ -64,7 +64,6 @@ firewall:
|
||||
enable_smartoffload: no
|
||||
logs:
|
||||
contains_app_id: yes
|
||||
contains_nat_linkinfo: yes
|
||||
contains_dns_resource_record: yes
|
||||
|
||||
appsketch:
|
||||
|
||||
@@ -19,7 +19,6 @@ sessionrecord:
|
||||
enable_interim_record: 1
|
||||
enable_transcation_record: 1
|
||||
enable_contains_app_id: 0
|
||||
enable_contains_nat_linkinfo: 0
|
||||
enable_contains_dns_resource_record: 0
|
||||
|
||||
capturepacket:
|
||||
|
||||
Reference in New Issue
Block a user