[Bug 1087876] Re: bond-primary must be set in slave interface

Stéphane Graber stgraber at stgraber.org
Tue Dec 11 16:39:12 UTC 2012


** Changed in: ifenslave-2.6 (Ubuntu)
       Status: New => Fix Committed

-- 
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 Committed

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