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

@@ -31,8 +31,7 @@ setup_interface () {
config_get old_subnet "$ifc" netmask
}
[ "$1" = "ifup" ] \
|| [ "$ip" != "$old_ip" ] \
[ "$ip" != "$old_ip" ] \
|| [ "${broadcast:-+}" != "$old_broadcast" ] \
|| [ "${subnet:-255.255.255.0}" != "$old_subnet" ] && {
echo "udhcpc: ifconfig $interface $ip netmask ${subnet:-255.255.255.0} broadcast ${broadcast:-+}"