Searched refs:old_ip_address (Results 1 – 2 of 2) sorted by relevance
57 eval "$IFCONFIG $interface inet -alias $old_ip_address $medium"316 if [ -n "$old_ip_address" ]; then317 if [ "$old_ip_address" != "$alias_ip_address" ]; then320 if [ "$old_ip_address" != "$new_ip_address" ]; then327 [ -z "$old_ip_address" ] || \328 [ "$old_ip_address" != "$new_ip_address" ]; then342 if [ -n "$old_ip_address" ]; then
57 eval "$IFCONFIG $interface inet -alias $old_ip_address $medium"331 if [ -n "$old_ip_address" ]; then332 if [ "$old_ip_address" != "$alias_ip_address" ]; then335 if [ "$old_ip_address" != "$new_ip_address" ]; then342 [ -z "$old_ip_address" ] || \343 [ "$old_ip_address" != "$new_ip_address" ]; then357 if [ -n "$old_ip_address" ]; then