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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user