mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 02:51:50 +00:00
6 lines
155 B
Text
6 lines
155 B
Text
[ ifup = "$ACTION" ] && {
|
|
uci_toggle_state network "$INTERFACE" up 1
|
|
[ -n "$DEVICE" ] && {
|
|
uci_toggle_state network "$INTERFACE" ifname "$DEVICE"
|
|
}
|
|
}
|