mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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:
@@ -10,7 +10,7 @@ fi
|
|||||||
echo "$$" > /var/run/mwan3track-$1.pid
|
echo "$$" > /var/run/mwan3track-$1.pid
|
||||||
|
|
||||||
score=$(($7+$8))
|
score=$(($7+$8))
|
||||||
track_ips=$(echo $* | cut -d ' ' -f 9-99)
|
track_ips=$(echo $* | cut -d ' ' -f 10-99)
|
||||||
host_up_count=0
|
host_up_count=0
|
||||||
lost=0
|
lost=0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user