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

(-)a/netifrc-0.3.1/net/bonding.sh (-1 / +13 lines)
Lines 142-148 Link Here
142
		fi
142
		fi
143
		# up the interface
143
		# up the interface
144
		_up
144
		_up
145
    fi
145
	fi
146
147
	# Apply ethtool config to slaves.
148
	if [ "$(command -v "ethtool_pre_start")" = "ethtool_pre_start" ]; then
149
		local oiface=${IFACE} oifvar=${IFVAR}
150
		for s in ${slaves}; do
151
			IFACE=$s
152
			IFVAR=$s
153
			ethtool_pre_start
154
		done
155
		IFACE=$oiface
156
		IFVAR=$oifvar
157
	fi
146
158
147
	# finally add in slaves
159
	# finally add in slaves
148
	# things needed in the process, and if they are done by ifenslave, openrc, and/or the kernel.
160
	# things needed in the process, and if they are done by ifenslave, openrc, and/or the kernel.

Return to bug 574370