bugfix:修改main.conf配置文件笔误

This commit is contained in:
fumingwei
2023-03-01 21:10:13 +08:00
parent f64658a736
commit 42d304ab39
2 changed files with 2 additions and 2 deletions

View File

@@ -160,7 +160,7 @@ DEFAULT_VLAN_ID={{ dp_traffic_mirror.traffic_mirror_vlan_id }}
{% if data_center.name is not defined and device.tags is not defined %}
{{ device.tags }}
{% endif %}
DEVICE_TAGS="{"tags":[{{ tags_list | join(",") }}]}"
DEVICE_TAGS={"tags":[{{ tags_list | join(",") }}]}
{% endraw %}
PACKET_TYPE_FLAG=16
COLLECT_TOPIC="RADIUS-RECORD"

View File

@@ -123,7 +123,7 @@ TRAFFIC_MIRROR_ENABLE=0
NIC_NAME="{{ .Values.nic_mirror_name }}"
DEFAULT_VLAN_ID=0
[RADIUS_PLUG]
DEVICE_TAGS="{"tags":[{{- include "traffic-engine.device-tag-list" . }}]}"
DEVICE_TAGS={"tags":[{{- include "traffic-engine.device-tag-list" . }}]}
PACKET_TYPE_FLAG=16
COLLECT_TOPIC="RADIUS-RECORD"
SERVICE_ID=162