commit e810b864c3a32c8a49b29787bd3c23987f89dd4d
parent a5bfa3085ea54e83ef79da6e207ffeebd42dc06c
Author: champtar <champetier.etienne@gmail.com>
Date: Fri, 22 Jul 2016 08:02:05 +0200
Merge pull request #2980 from feckert/fix-mwan3-whitspace-typos
Fix mwan3 whitespace typos
Diffstat:
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/net/mwan3/files/usr/sbin/mwan3 b/net/mwan3/files/usr/sbin/mwan3
@@ -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
}
diff --git a/net/mwan3/files/usr/sbin/mwan3track b/net/mwan3/files/usr/sbin/mwan3track
@@ -24,7 +24,7 @@ while true; do
let lost++
fi
done
-
+
if [ $host_up_count -lt $3 ]; then
let score--