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

(-)a/init.d/net.lo.in (-1 / +1 lines)
Lines 108-114 _wait_for_carrier() Link Here
108
	_has_carrier  && return 0
108
	_has_carrier  && return 0
109
109
110
	eval timeout=\$carrier_timeout_${IFVAR}
110
	eval timeout=\$carrier_timeout_${IFVAR}
111
	timeout=${timeout:-${carrier_timeout:-0}}
111
	timeout=${timeout:-${carrier_timeout:-5}}
112
112
113
	# Incase users don't want this nice feature ...
113
	# Incase users don't want this nice feature ...
114
	[ ${timeout} -le 0 ] && return 0
114
	[ ${timeout} -le 0 ] && return 0
(-)a/net/iproute2.sh (-1 / +1 lines)
Lines 212-218 _delete_addresses() Link Here
212
212
213
_has_carrier()
213
_has_carrier()
214
{
214
{
215
	LC_ALL=C ip link show dev "${IFACE}" | grep -q "LOWER_UP"
215
	return 0
216
}
216
}
217
217
218
_tunnel()
218
_tunnel()

Return to bug 438970