diff options
| author | 崔一鸣 <[email protected]> | 2020-01-15 12:00:41 +0800 |
|---|---|---|
| committer | 崔一鸣 <[email protected]> | 2020-01-15 12:00:41 +0800 |
| commit | f81dd69020faa6dbff197e7804041f4c58db942c (patch) | |
| tree | c3fec1710c3476378ca7a154ccfeeee7f56da89b | |
| parent | 4484554789e32872ef28b5f59c598293627e9f28 (diff) | |
修改kni.conf中默认tfe数量为3v3.0.1-20200115
| -rw-r--r-- | conf/kni/kni.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/kni/kni.conf b/conf/kni/kni.conf index 91d2c25..0cf345d 100644 --- a/conf/kni/kni.conf +++ b/conf/kni/kni.conf @@ -1,7 +1,7 @@ [global] log_path = ./log/kni/kni.log log_level = 10 -tfe_node_count = 1 +tfe_node_count = 3 manage_eth = enp6s0 deploy_mode = normal tun_name = tun_kni |
