feature:将配置项device_seq更名为sequence_in_data_center,并加入device配置section
This commit is contained in:
@@ -72,7 +72,7 @@ LOG_PATH="./tsglog/tsg_master"
|
||||
POLICY_PRIORITY_LABEL="POLICY_PRIORITY"
|
||||
L7_PROTOCOL_FILE="./tsgconf/tsg_l7_protocol.conf"
|
||||
DEVICE_ID_COMMAND="hostname | awk -F'-' '{print $3}'| awk -F'adc' '{print $2}'"
|
||||
{% raw %}DEVICE_SEQ_IN_DATA_CENTER={{ data_center.device_seq }}
|
||||
{% raw %}DEVICE_SEQ_IN_DATA_CENTER={{ device.sequence_in_data_center }}
|
||||
{% endraw %}
|
||||
|
||||
[TSG_CONN_SKETCH]
|
||||
|
||||
@@ -3,7 +3,9 @@ version: 1
|
||||
data_center:
|
||||
name: City instance
|
||||
id: 1
|
||||
device_seq: 1
|
||||
|
||||
device:
|
||||
sequence_in_data_center: 1
|
||||
|
||||
feature:
|
||||
enable_policy_local_cache: 1
|
||||
|
||||
@@ -3,7 +3,9 @@ version: 1
|
||||
data_center:
|
||||
name: City instance
|
||||
id: 1
|
||||
device_seq: 1
|
||||
|
||||
device:
|
||||
sequence_in_data_center: 1
|
||||
|
||||
feature:
|
||||
enable_stream_bypass_under_ddos: 0
|
||||
|
||||
Reference in New Issue
Block a user