6in4: automatically determine wan interface in hotplug events

SVN-Revision: 22102
This commit is contained in:
Jo-Philipp Wich 2010-07-09 00:17:31 +00:00
parent 1d45111aa5
commit 9b5e8c5913
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=6in4
PKG_VERSION:=2
PKG_VERSION:=3
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk

View file

@ -14,7 +14,7 @@ if [ "$ACTION" = ifup ]; then
[ "$proto" = 6in4 ] || return 0
local wandev
config_get wandev "$cfg" wan_device
config_get wandev "$cfg" wan_device "$(find_6in4_wanif)"
[ "$wandev" = "$DEVICE" ] || return 0
local oldip