Merge pull request #2980 from feckert/fix-mwan3-whitspace-typos

Fix mwan3 whitespace typos
This commit is contained in:
champtar 2016-07-22 08:02:05 +02:00 committed by GitHub
commit e810b864c3
2 changed files with 8 additions and 8 deletions

View File

@ -19,13 +19,13 @@ Available commands:
start Load iptables rules, ip rules and ip routes
stop Unload iptables rules, ip rules and ip routes
restart Reload iptables rules, ip rules and ip routes
ifup <iface> Load rules and routes for specific interface
ifdown <iface> Unload rules and routes for specific interface
interfaces Show interfaces status
policies Show currently active policy
connected Show directly connected networks
rules Show active rules
status Show all status
ifup <iface> Load rules and routes for specific interface
ifdown <iface> Unload rules and routes for specific interface
interfaces Show interfaces status
policies Show currently active policy
connected Show directly connected networks
rules Show active rules
status Show all status
EOF
}

View File

@ -24,7 +24,7 @@ while true; do
let lost++
fi
done
if [ $host_up_count -lt $3 ]; then
let score--