Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 296921
Collapse All | Expand All

(-)dhclient-script.old (-1 / +1 lines)
Lines 207-213 Link Here
207
					$new_broadcast_arg $mtu_arg
207
					$new_broadcast_arg $mtu_arg
208
  set $new_routers
208
  set $new_routers
209
  ############## what is -w in ping?
209
  ############## what is -w in ping?
210
  if ping -q -c 1 $1; then
210
  if ping -q -c 1 $1 > /dev/null; then
211
    if [ x$new_ip_address != x$alias_ip_address ] && \
211
    if [ x$new_ip_address != x$alias_ip_address ] && \
212
			[ x$alias_ip_address != x ]; then
212
			[ x$alias_ip_address != x ]; then
213
      ifconfig $interface:0 inet $alias_ip_address $alias_subnet_arg
213
      ifconfig $interface:0 inet $alias_ip_address $alias_subnet_arg

Return to bug 296921