[ ifup = "$ACTION" ] && {
uci_set_state network "$INTERFACE" up 1
[ -n "$DEVICE" ] && uci_set_state network "$INTERFACE" ifname "$DEVICE"
}