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

(-)/lib/rcscripts/net.modules.d/ifconfig.orig (-1 / +1 lines)
Lines 353-359 Link Here
353
		r="${config[@]}"
353
		r="${config[@]}"
354
		config=( ${r//brd +/} )
354
		config=( ${r//brd +/} )
355
		config=( "${config[@]//brd/broadcast}" )
355
		config=( "${config[@]//brd/broadcast}" )
356
		config=( "${config[@]//peer/pointtopoint}" )
356
		config=( "${config[@]//peer/pointopoint}" )
357
	fi
357
	fi
358
358
359
	# Ensure that the interface is up so we can add IPv6 addresses
359
	# Ensure that the interface is up so we can add IPv6 addresses
(-)/lib/rcscripts/net.modules.d/iproute2.orig (-1 / +1 lines)
Lines 213-219 Link Here
213
			;;
213
			;;
214
		esac
214
		esac
215
	done
215
	done
216
	config=( "${config[@]//pointtopoint/peer}" )
216
	config=( "${config[@]//pointopoint/peer}" )
217
217
218
	# Always scope lo addresses as host unless specified otherwise
218
	# Always scope lo addresses as host unless specified otherwise
219
	[[ ${iface} == "lo" && " ${config[@]} " != *" scope "* ]] \
219
	[[ ${iface} == "lo" && " ${config[@]} " != *" scope "* ]] \

Return to bug 112757