mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[package] base-files: revert dhcp state information on ifdown and restore pre-r19530 behaviour in udhcp default.script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19597 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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:-+}"
|
||||
|
||||
Reference in New Issue
Block a user