Browse Source

Merge pull request #4170 from TDT-GmbH/mwan3-fix-track-ips

net/mwan3: fix track_ips count
lilik-openwrt-22.03
Hannu Nyman 7 years ago
committed by GitHub
parent
commit
1dec0e5dce
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/mwan3/files/usr/sbin/mwan3track

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

@ -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…
Cancel
Save