fix a few issues with dynamically assigned interfaces
[openwrt.git] / package / base-files / files / sbin / ifdown
index f8ce81b..08433c7 100755 (executable)
@@ -11,6 +11,8 @@
        exit
 }
 
+config_load /var/state/network
+
 # remove the interface's network state
 FILE=/var/state/network.$$
 grep -v "^config_set '$1' " /var/state/network > "$FILE"
This page took 0.020481 seconds and 4 git commands to generate.