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

(-)/lib/rc/net/bridge.sh.old (-2 / +2 lines)
Lines 45-52 bridge_pre_start() Link Here
45
	eval bridge_unset=\${bridge_${IFVAR}-y\}
45
	eval bridge_unset=\${bridge_${IFVAR}-y\}
46
	eval brctl_unset=\${brctl_${IFVAR}-y\}
46
	eval brctl_unset=\${brctl_${IFVAR}-y\}
47
	
47
	
48
	if [ -z "${brif}" -a "${brctl_unset}" == 'y' ]; then
48
	if [ -z "${brif}" -a "${brctl_unset}" = 'y' ]; then
49
		if [ -z "${ports}" -a "${bridge_unset}" == "y" ]; then
49
		if [ -z "${ports}" -a "${bridge_unset}" = "y" ]; then
50
			#eerror "Misconfigured static bridge detected (see net.example)"
50
			#eerror "Misconfigured static bridge detected (see net.example)"
51
			return 0
51
			return 0
52
		fi
52
		fi

Return to bug 353124