Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 104415 | Differences between
and this patch

Collapse All | Expand All

(-)net.modules.d/ifconfig (-1 / +1 lines)
Lines 362-368 Link Here
362
362
363
	# Some kernels like to apply lo with an address when they are brought up
363
	# Some kernels like to apply lo with an address when they are brought up
364
	if [[ ${iface} == "lo" \
364
	if [[ ${iface} == "lo" \
365
		|| ${config[@]} == "127.0.0.1/8 broadcast 127.255.255.255" ]]; then
365
		|| ${config[@]} == "127.0.0.1/8 brd 127.255.255.255" ]]; then
366
		ifconfig "${iface}" ${config[@]} 2>/dev/null
366
		ifconfig "${iface}" ${config[@]} 2>/dev/null
367
		r="0"
367
		r="0"
368
	else
368
	else

Return to bug 104415