hostapd: add missing check for wds stations
[openwrt.git] / package / netifd / files / sbin / ifup
index 1036943..ef85de1 100755 (executable)
@@ -14,6 +14,7 @@ if_call() {
 }
 
 [[ "$1" == "-a" ]] && {
+       [ "$modes" = "down up" ] && ubus call network reload
        for interface in `ubus -S list 'network.interface.*'`; do
                if_call "$interface"
        done
This page took 0.029526 seconds and 4 git commands to generate.