Browse Source

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

Fix mwan3 whitespace typos
lilik-openwrt-22.03
champtar 8 years ago
committed by GitHub
parent
commit
e810b864c3
2 changed files with 8 additions and 8 deletions
  1. +7
    -7
      net/mwan3/files/usr/sbin/mwan3
  2. +1
    -1
      net/mwan3/files/usr/sbin/mwan3track

+ 7
- 7
net/mwan3/files/usr/sbin/mwan3 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
}


+ 1
- 1
net/mwan3/files/usr/sbin/mwan3track View File

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


Loading…
Cancel
Save