mirror of https://github.com/aredn/aredn.git
bugfix: tunnel: hot plug monitoring wrong interface name to trigger fw scripts
This commit is contained in:
parent
f33a60819e
commit
1ffa2b69a4
|
@ -4,7 +4,7 @@ if [[ -x "/usr/bin/vtund" ]]
|
||||||
then
|
then
|
||||||
ISVPN=false
|
ISVPN=false
|
||||||
case "$INTERFACE" in
|
case "$INTERFACE" in
|
||||||
vpn*)
|
tun*)
|
||||||
ISVPN=true;
|
ISVPN=true;
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in New Issue