bugfix: tunnel: hot plug monitoring wrong interface name to trigger fw scripts

This commit is contained in:
Darryl Quinn 2015-05-12 19:24:06 -05:00
parent f33a60819e
commit 1ffa2b69a4
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ if [[ -x "/usr/bin/vtund" ]]
then
ISVPN=false
case "$INTERFACE" in
vpn*)
tun*)
ISVPN=true;
;;
esac