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

Collapse All | Expand All

(-)a/modules.d/40network/parse-ip-opts.sh (-1 / +1 lines)
Lines 74-80 for p in $(getargs ip=); do Link Here
74
		die "Sorry, automatic calculation of netmask is not yet supported"
74
		die "Sorry, automatic calculation of netmask is not yet supported"
75
	    ;;
75
	    ;;
76
	auto6);;
76
	auto6);;
77
	dhcp|on|any) \
77
	dhcp|dhcp6|on|any) \
78
	    [ -n "$NEEDBOOTDEV" ] && [ -z "$dev" ] && \
78
	    [ -n "$NEEDBOOTDEV" ] && [ -z "$dev" ] && \
79
	        die "Sorry, 'ip=$p' does not make sense for multiple interface configurations"
79
	        die "Sorry, 'ip=$p' does not make sense for multiple interface configurations"
80
	    [ -n "$ip" ] && \
80
	    [ -n "$ip" ] && \

Return to bug 324705