net/mwan3: mwan3track should also send disconnected action on signal USR1
Also send disconnected action on system signal USR1. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
c9d8fceb63
commit
d338131f40
1 changed files with 3 additions and 1 deletions
|
@ -239,8 +239,10 @@ main() {
|
|||
wait
|
||||
|
||||
if [ "${IFDOWN_EVENT}" -eq 1 ]; then
|
||||
score=0
|
||||
echo "offline" > /var/run/mwan3track/$1/STATUS
|
||||
$LOG notice "Interface $1 ($2) is offline"
|
||||
env -i ACTION="disconnected" INTERFACE="$1" DEVICE="$2" /sbin/hotplug-call iface
|
||||
score=0
|
||||
IFDOWN_EVENT=0
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue