[Bug 1087876] Re: bond-primary must be set in slave interface
Launchpad Bug Tracker
1087876 at bugs.launchpad.net
Wed Dec 12 03:39:12 UTC 2012
This bug was fixed in the package ifenslave-2.6 - 1.1.0-20ubuntu3
---------------
ifenslave-2.6 (1.1.0-20ubuntu3) raring; urgency=low
* Update documentation to match the way ifenslave-2.6 works in Ubuntu.
(LP: #1087876, LP: #1073820)
* Don't use seq in pre-up as it's in /usr, instead replace by a while
loop. (LP: #1065077)
-- Stephane Graber <stgraber at ubuntu.com> Tue, 11 Dec 2012 11:38:07 -0500
** Changed in: ifenslave-2.6 (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ifenslave-2.6 in Ubuntu.
https://bugs.launchpad.net/bugs/1087876
Title:
bond-primary must be set in slave interface
Status in “ifenslave-2.6” package in Ubuntu:
Fix Released
Bug description:
The bond-primary statment does not take effect when placed under the
master interface. It will work if it is placed under any one of the
slave inerfaces.
Primary interface is properly set:
auto eth1
iface eth1 inet manual
bond-master bond0
bond-primary eth1
auto eth2
iface eth2 inet manual
bond-master bond0
auto bond0
iface bond0 inet dhcp
bond-slaves eth1 eth2
bond-mode 1
bond-miimon 100
Primary interface is not set:
auto eth1
iface eth1 inet manual
bond-master bond0
auto eth2
iface eth2 inet manual
bond-master bond0
auto bond0
iface bond0 inet dhcp
bond-slaves eth1 eth2
bond-primary eth1
bond-mode 1
bond-miimon 100
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifenslave-2.6/+bug/1087876/+subscriptions
More information about the foundations-bugs
mailing list