package/base-files: call preinit_ip_deconfig before processing init on
[openwrt.git] / package / base-files / files / lib / network / config.sh
index 12b08a2..b7d7b25 100755 (executable)
@@ -327,6 +327,11 @@ setup_interface() {
        }
 }
 
+stop_interface_dhcp() {
+       local config="$1"
+       uci -P /var/state revert "network.$config"
+}
+
 unbridge() {
        local dev="$1"
        local brdev
This page took 0.018842 seconds and 4 git commands to generate.