Hi,
     i have ovs bond bond0 with eth0 and eth1 connected to it

*ovs-appctl bond/list*
bond type slaves
bond0 active-backup eth0, eth1

*ovs-appctl bond/show bond0*
bond_mode: active-backup
bond-hash-basis: 0
updelay: 31000 ms
downdelay: 200 ms
lacp_negotiated: false

slave eth0: enabled
may_enable: true

slave eth1: enabled
active slave
may_enable: true

*ovs-ofctl show xapi9 *

 1(eth1): addr:d4:ae:52:1a:2a:f9

 2(eth0): addr:d4:ae:52:1a:2a:f7

*Flows for each physical interface:*
ovs-dpctl dump-flows xapi9 |grep "in_port(1)"|wc -l
587

ovs-dpctl dump-flows xapi9 |grep "in_port(2)"|wc -l
34

But Why there are flows for  in_port(2) when bonding shows active-backup?

All the flows for in_port(2) shows action as drop,what is the need of these
flows?

*using ovs 1.4.2*
With no controller

Can some one please explain this.

Regards,
Ananth
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to