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 (-2 / +1 lines)
Lines 361-368 Link Here
361
	fi
361
	fi
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" && ${config[@]} == "127.0.0.1 netmask 255.0.0.0 broadcast 127.255.255.255" ]]; then
365
		|| ${config[@]} == "127.0.0.1/8 broadcast 127.255.255.255" ]]; then
366
		ifconfig "${iface}" ${config[@]} 2>/dev/null
365
		ifconfig "${iface}" ${config[@]} 2>/dev/null
367
		r="0"
366
		r="0"
368
	else
367
	else

Return to bug 104415