net/mwan3: fix track_ips count
fix track_ips generation introduced with commit
6d44a7679a
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
509799552c
commit
75a5237029
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue