Searched refs:new_ip_address (Results 1 – 3 of 3) sorted by relevance
374 if [ "$old_ip_address" -a "$old_ip_address" != "$new_ip_address" ]; then379 if [ "$old_ip_address" = "" -o "$old_ip_address" != "$new_ip_address" -o \381 AddINETAddr "$interface" "$new_ip_address" "$new_subnet_mask" "$new_broadcast_address" dhcp384 UnsolicitedARP "$interface" "$new_ip_address"386 if [ "$new_ip_address" != "$alias_ip_address" -a "$alias_ip_address" ]; then414 if [ "$new_ip_address" = "<null address>" ]; then423 if DAD "$interface" "$new_ip_address" ; then424 AddINETAddr "$interface" "$new_ip_address" "$new_subnet_mask" "$new_broadcast_address" dhcp425 UnsolicitedARP "$interface" "$new_ip_address"426 if [ "$alias_ip_address" -a "$alias_ip_address" != "$new_ip_address" ]; then[all …]
5 [ -z "$new_ip_address" ] && return 19 h=$(dig +short -x $new_ip_address)15 h=$(host $new_ip_address)22 h=$(getent hosts $new_ip_address)
3 IPADDR=$new_ip_address