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

(-)lib/rcscripts/net.modules.d/essidnet (-1 / +1 lines)
Lines 41-47 Link Here
41
	configure_variables "${iface}" "${essid}" "${mac}"
41
	configure_variables "${iface}" "${essid}" "${mac}"
42
42
43
	# Backwards compat for old gateway var
43
	# Backwards compat for old gateway var
44
	x="gateway_${essid}}"
44
	x="gateway_${essid}"
45
	[[ -n ${!x} ]] && gateway="${iface}/${!x}"
45
	[[ -n ${!x} ]] && gateway="${iface}/${!x}"
46
46
47
	veend 0 2>/dev/null
47
	veend 0 2>/dev/null

Return to bug 116761