03285de18ffe1f111a5119c7dcb260a30633b43b
[openwrt.git] / package / base-files / files / etc / hotplug.d / iface / 00-netstate
1 [ ifup = "$ACTION" ] && {
2 uci_set_state network "$INTERFACE" up 1
3 [ -n "$DEVICE" ] && uci_set_state network "$INTERFACE" ifname "$DEVICE"
4 }
This page took 0.039852 seconds and 3 git commands to generate.