Here comes the new UCI. Enjoy :)
[openwrt.git] / package / base-files / files / sbin / ifdown
index 08433c7..1f200fb 100755 (executable)
        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"
-mv "$FILE" /var/state/network
+uci_revert_state network "$1"
 
 include /lib/network
 scan_interfaces