diff options
| author | fumingwei <[email protected]> | 2021-03-25 11:09:02 +0800 |
|---|---|---|
| committer | fumingwei <[email protected]> | 2021-03-25 11:09:02 +0800 |
| commit | f8b6a40925f8184623fcbfc9e0ba0d19d69460a3 (patch) | |
| tree | 12efe870f4f64f8f26dc6e2bc3972c2e591294b0 /init_tfe_env.sh | |
| parent | 52bde4d275ae77430b6ee72bda689c49bb373ac4 (diff) | |
Diffstat (limited to 'init_tfe_env.sh')
| -rw-r--r-- | init_tfe_env.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init_tfe_env.sh b/init_tfe_env.sh index 0c29f78..d0af4a0 100644 --- a/init_tfe_env.sh +++ b/init_tfe_env.sh @@ -19,7 +19,7 @@ dockerrmf () docker rm `docker ps --no-trunc -aq` } -cp tfe_sysctl.conf /etc/sysctl.d/ +cp 80-tfe.conf /etc/sysctl.d/ sysctl -p /etc/sysctl.d/tfe_sysctl.conf #dockerrmf @@ -76,4 +76,4 @@ echo "================ run 'iptables' in container ================" ip netns exec ${container} iptables -L echo "================ run 'ping' in container ================" -ip netns exec ${container} ping -c10 ${PEER_IP} +ip netns exec ${container} ping -c5 ${PEER_IP} |
