forked from Ivasoft/openwrt
fix a race condition with dynamic interfaces and firewalling
SVN-Revision: 8343
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
[ ifup = "$ACTION" ] && {
|
||||
uci set "/var/state/network.$INTERFACE.up=1"
|
||||
[ -z "$DEVICE" ] || {
|
||||
uci set "/var/state/network.$INTERFACE.ifname=$DEVICE"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user