bugfix:修改main.conf配置文件笔误
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user