This commit is contained in:
zhangzhihan
2020-09-10 20:12:17 +08:00
parent 1d210d18c4
commit 1d0943fdb0
27 changed files with 339 additions and 96 deletions

View File

@@ -1,6 +1,6 @@
#########################################
#####1: Inline_device; 2: Allot; 3: ADC_Tun_mode;
tsg_access_type: 2
tsg_access_type: 3
#####2: ADC;
tsg_running_type: 2
@@ -30,20 +30,21 @@ log_minio:
#########################################
#Log Level Config
#日志等级 10:DEBUG 20:INFO 30:FATAL
fw_ftp_log_level: 10
fw_mail_log_level: 10
fw_http_log_level: 10
fw_dns_log_level: 10
fw_quic_log_level: 10
capture_packet_log_level: 10
tsg_log_level: 10
tsg_master_log_level: 10
kni_log_level: 10
tfe_log_level: 10
tfe_http_log_level: 10
pangu_log_level: 10
doh_log_level: 10
certstore_log_level: 10
fw_ftp_log_level: 30
fw_mail_log_level: 30
fw_http_log_level: 30
fw_dns_log_level: 30
fw_quic_log_level: 30
capture_packet_log_level: 30
tsg_log_level: 30
tsg_master_log_level: 30
kni_log_level: 30
tfe_log_level: 30
tfe_http_log_level: 30
pangu_log_level: 30
doh_log_level: 30
certstore_log_level: 30
clotho_log_level: 10
#######################################
#Sapp Performance Config
@@ -58,7 +59,7 @@ sapp:
#Kni Config
kni:
global:
tfe_node_count: 3
tfe_node_count: 1
watch_dog:
switch: 1
maat:
@@ -67,8 +68,8 @@ kni:
switch: 1
tfe_nodes:
tfe0_enabled: 1
tfe1_enabled: 1
tfe2_enabled: 1
tfe1_enabled: 0
tfe2_enabled: 0
########################################
#Tfe Config

View File

@@ -23,8 +23,8 @@ nic_to_tfe:
#########################################
#串联设备接入相关配置
inline_device_config:
ip: 192.168.1.30
mask: 255.255.255.252
keepalive_ip: 192.168.1.30
keepalive_mask: 255.255.255.252
#########################################
#Allot接入相关配置

View File

@@ -1,8 +1,8 @@
#########################################
#####0: Pcap; 1: Inline_device; 4: ATCA;
tsg_access_type: 0
#####0: Pcap; 1: Inline_device; 4: ATCA_Vlan_Flipping; 5:ATCA_VXLAN;
tsg_access_type: 1
#####0: Tun_mode; 1: normal;
tsg_running_type: 0
tsg_running_type: 1
########################################
#Server Basic Config
@@ -52,6 +52,7 @@ tfe_http_log_level: 10
pangu_log_level: 10
doh_log_level: 10
certstore_log_level: 10
clotho_log_level: 10
#########################################
#Sapp Performance Config
@@ -104,20 +105,26 @@ mrtunnat:
#########################################
#ATCA Config
#下列配置只在tsg_access_type=4时生效
nic_data_incoming:
ATCA_data_incoming:
ethname: enp1s0
vf0_name: enp1s2
vf1_name: enp1s2f1
vf2_name: enp1s2f2
VlanFlipping:
ATCA_VlanFlipping:
vlanID_1: 100
vlanID_2: 101
vlanID_3: 103
vlanID_4: 104
#下列配置只在tsg_access_type=5时生效
ATCA_VXLAN:
keepalive_ip: "10.254.19.1"
keepalive_mask: "255.255.255.252"
#########################################
#Inline Device Config
inline_device_config:
ip: 192.168.1.30
mask: 255.255.255.252
keepalive_ip: 192.168.1.30
keepalive_mask: 255.255.255.252
data_incoming: eth5