Here is my configuration:

ovs-vsctl add-br br0
ovs-vsctl add-port br0 vlan100 tag=100 -- set interface vlan100 type=internal
ovs-vsctl add-port br0 vlan101 tag=101 -- set interface vlan101 type=internal
ovs-vsctl add-bond br0 bond0 eth1 eth2

Sent from my iPhone

> On Sep 15, 2014, at 10:04 PM, Ben Pfaff <b...@nicira.com> wrote:
> 
> Why are you sending your question as a reply to a thread from 2012?
> 
>> On Mon, Sep 15, 2014 at 09:50:42PM -0500, Yi Zhang wrote:
>> I am testing OVS bonding in active-backup mode (eth1 and eth2).
>> However I am seeing packets being TX from both eth1 and eth2.  That is
>> not what I would expect.  Any help would be appreciated.
> 
> I suspect that your tcpdumps are showing a packet going out from eth1
> and then coming back, through the first-hop switch, on eth2 (or vice
> versa).  I don't know how to tell whether this is happening from tcpdump
> output.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to