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

Mark Hall mark.hall at spirent.com
Fri Dec 7 23:44:17 UTC 2012


Public bug reported:

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

** Affects: ifenslave-2.6 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
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:
  New

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