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
|
||||
ISVPN=false
|
||||
case "$INTERFACE" in
|
||||
vpn*)
|
||||
tun*)
|
||||
ISVPN=true;
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue