Lines Matching refs:new_ip_address
219 if [ x$old_ip_address != x ] && [ x$old_ip_address != x$new_ip_address ]
235 if [ x$old_ip_address = x ] || [ x$old_ip_address != x$new_ip_address ] || \
237 eval "ifconfig $interface inet $new_ip_address $new_netmask_arg \
239 $LOGGER "New IP Address ($interface): $new_ip_address"
245 route add $new_ip_address 127.1 >/dev/null 2>&1
283 if [ x$new_ip_address != x$alias_ip_address ] && [ x$alias_ip_address != x ];
326 eval "ifconfig $interface inet $new_ip_address $new_netmask_arg \
328 $LOGGER "New IP Address ($interface): $new_ip_address"
336 if [ x$new_ip_address != x$alias_ip_address ] && \
341 route add $new_ip_address 127.1 >/dev/null 2>&1
357 eval "ifconfig $interface inet -alias $new_ip_address $medium"