[tools] mpc: update to 0.9
[openwrt.git] / package / netifd / files / sbin / ifup
index 1036943..90bbc9d 100755 (executable)
@@ -13,6 +13,7 @@ if_call() {
        done
 }
 
+[ "$modes" = "down up" ] && ubus call network reload
 [[ "$1" == "-a" ]] && {
        for interface in `ubus -S list 'network.interface.*'`; do
                if_call "$interface"
This page took 0.032573 seconds and 4 git commands to generate.