summaryrefslogtreecommitdiff
path: root/package/base-files/files/lib/network/config.sh
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-02-12 02:06:57 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-02-12 02:06:57 +0000
commit250b52f6737c253a2b6ff3dd5804afbe3d0cfce0 (patch)
tree45c22c4e7e6114a1501744ca093b904731412914 /package/base-files/files/lib/network/config.sh
parentcb9c37af385c64ee07c14f6b4e634d2d4cc4ad5c (diff)
downloadmtk-20170518-250b52f6737c253a2b6ff3dd5804afbe3d0cfce0.zip
mtk-20170518-250b52f6737c253a2b6ff3dd5804afbe3d0cfce0.tar.gz
mtk-20170518-250b52f6737c253a2b6ff3dd5804afbe3d0cfce0.tar.bz2
base-files: revert dhcp state information on ifdown and restore pre-r19530 behaviour in udhcp default.script
SVN-Revision: 19597
Diffstat (limited to 'package/base-files/files/lib/network/config.sh')
-rwxr-xr-xpackage/base-files/files/lib/network/config.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/base-files/files/lib/network/config.sh b/package/base-files/files/lib/network/config.sh
index 12b08a2..b7d7b25 100755
--- a/package/base-files/files/lib/network/config.sh
+++ b/package/base-files/files/lib/network/config.sh
@@ -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