2
0
forked from Ivasoft/openwrt

base-files: revert dhcp state information on ifdown and restore pre-r19530 behaviour in udhcp default.script

SVN-Revision: 19597
This commit is contained in:
Jo-Philipp Wich
2010-02-12 02:06:57 +00:00
parent cb9c37af38
commit 250b52f673
3 changed files with 7 additions and 3 deletions

View File

@@ -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