[prev in list] [next in list] [prev in thread] [next in thread] 

List:       netcf-devel
Subject:    [netcf-devel] Enslave bond to a bridge
From:       lutter () redhat ! com (David Lutterkort)
Date:       2009-09-15 23:44:35
Message-ID: 1253058279-27154-1-git-send-email-lutter () redhat ! com
[Download RAW message or body]


Somehow, enslaving a bond to a bridge has slipped through the cracks. With
this series of patches, that's now possible. As an example, you can define a
bond and enslave it into a bridge with the following XML:

  <interface type="bridge" name="br0">
    <start mode="onboot"/>
    <mtu size="1500"/>
    <bridge stp="off">
      <interface type="ethernet" name="eth2"/>
      <interface type="bond" name="bond0">
        <bond mode="active-backup">
          <miimon freq="100" updelay="10" carrier="ioctl"/>
          <interface type="ethernet" name="eth1"/>
          <interface type="ethernet" name="eth0"/>
        </bond>
      </interface>
    </bridge>
  </interface>

David

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic