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:-+}"