fix a race condition with dynamic interfaces and firewalling
[openwrt-10.03/.git] / package / base-files / files / etc / hotplug.d / iface / 00-netstate
1 [ ifup = "$ACTION" ] && {
2         uci set "/var/state/network.$INTERFACE.up=1"
3 }