diff options
| author | zhangzhihan <[email protected]> | 2020-06-09 13:10:38 +0800 |
|---|---|---|
| committer | zhangzhihan <[email protected]> | 2020-06-09 13:10:38 +0800 |
| commit | 829dd78560768c693bddca2519f1d637eef87748 (patch) | |
| tree | a71e628aa1440e35a3180a83d84ee23e45465987 /install_config | |
| parent | 792ce3da1a3bc571ea318af6c76ad5111740864c (diff) | |
update
Diffstat (limited to 'install_config')
| -rw-r--r-- | install_config/group_vars/all.yml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/install_config/group_vars/all.yml b/install_config/group_vars/all.yml index fce91b7..5947356 100644 --- a/install_config/group_vars/all.yml +++ b/install_config/group_vars/all.yml @@ -1,6 +1,10 @@ -######################################## +######################################### +#####0: Pcap; 1: Inline_device; 2: Allot; 3: ADC_Tun_mode; 4: ATCA; tsg_access_type: 0 +#####0: Tun_mode; 1: ADC; +tsg_runnning_type: 0 + ######################################## maat_redis_server: address: "192.168.40.168" @@ -67,6 +71,12 @@ mrzcpd: mrtunnat: lcore_id: 38 +nic_data_incoming: + name: enp1s0 + +VlanFlipping: + vlanID_1: 100 + vlanID_2: 101 ######################################## tsg_tun_mode: ethname: eth0 |
