From 10ed7b00a04683333aedff74454fc4db606e7abd Mon Sep 17 00:00:00 2001 From: fumingwei Date: Wed, 21 Jun 2023 19:29:51 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=E6=96=B0=E5=A2=9E=E6=8E=A7=E5=88=B6sapp?= =?UTF-8?q?=20main.conf=E7=9A=84sce,proxy,shaping=20sid=E7=9A=84=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/roles/traffic-engine/files/helm/conf/main.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ansible/roles/traffic-engine/files/helm/conf/main.conf b/ansible/roles/traffic-engine/files/helm/conf/main.conf index b7bbfe72..071831d8 100644 --- a/ansible/roles/traffic-engine/files/helm/conf/main.conf +++ b/ansible/roles/traffic-engine/files/helm/conf/main.conf @@ -74,9 +74,15 @@ DEVICE_SEQ_IN_DATA_CENTER={{ .Values.session_id_generator.snowflake_worker_id_of FEATURE_TAMPER=1 #IDENTIFY_PROTO_NAME="DNS;QUIC;HTTP;MAIL;FTP;SSL;RTP;SIP;SSH;RADIUS;SOCKS;STRATUM;RDP;BGP;DTLS;GTPC;" IDENTIFY_PROTO_NAME="{{- include "traffic-engine.config.identify-proto-name" . }}" +{{- if eq .Values.service_chaining.enable .Values.define_enable_val_yes }} SERVICE_CHAINING_SID={{ .Values.sid.sce }} +{{- end }} +{{- if eq .Values.shaping.enable .Values.define_enable_val_yes }} SHAPING_SID={{ .Values.sid.shaping }} +{{- end }} +{{- if eq .Values.proxy.enable .Values.define_enable_val_yes }} PROXY_SID={{ .Values.sid.proxy }} +{{- end }} [TSG_CONN_SKETCH] interim_intervals_time = {{ .Values.sessionrecord.interim_record.intervals_in_sec }}