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

Collapse All | Expand All

(-)a/net/bridge.sh (-2 / +1 lines)
Lines 119-128 bridge_pre_start() Link Here
119
				return 1
119
				return 1
120
			fi
120
			fi
121
			# The interface is known to exist now
121
			# The interface is known to exist now
122
			_set_flag promisc
123
			_up
122
			_up
124
			if ! brctl addif "${BR_IFACE}" "${x}"; then
123
			if ! brctl addif "${BR_IFACE}" "${x}"; then
125
				_set_flag -promisc
126
				eend 1
124
				eend 1
127
				return 1
125
				return 1
128
			fi
126
			fi
Lines 144-149 bridge_pre_start() Link Here
144
	) || return 1
142
	) || return 1
145
143
146
	# Bring up the bridge
144
	# Bring up the bridge
145
	_set_flag promisc
147
	_up
146
	_up
148
}
147
}

Return to bug 431204