mirror of
https://github.com/openwrt/packages.git
synced 2026-01-11 04:04:50 +00:00
Merge pull request #4170 from TDT-GmbH/mwan3-fix-track-ips
net/mwan3: fix track_ips count
This commit is contained in:
@@ -10,7 +10,7 @@ fi
|
||||
echo "$$" > /var/run/mwan3track-$1.pid
|
||||
|
||||
score=$(($7+$8))
|
||||
track_ips=$(echo $* | cut -d ' ' -f 9-99)
|
||||
track_ips=$(echo $* | cut -d ' ' -f 10-99)
|
||||
host_up_count=0
|
||||
lost=0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user