Hi Jesse, Thanks for the response. I was able to broadcast the traffic based on flow based tunneling.
I have 2 bridges (br-int and br-tun) in same node connected by a patch-port. br-int is in learning mode and br-tun has a tunnel port created based on flow based tunneling. The physical "eth" interface is not added to any bridge. Just wanted to know for the incoming traffic to the node, which bridge flow rules are accounted?? Thanks Eswar On Fri, Oct 25, 2013 at 9:41 PM, Jesse Gross <[email protected]> wrote: > On Thu, Oct 24, 2013 at 7:46 PM, ESWAR RAO <[email protected]> wrote: > > Hi Jesse, > > > > Thanks for the mail. > > > > Please correct me if my below understanding is wrong. > > > > VM port: 1, tunnel port:2 , needs to send broadcast flow to remote > machines > > with remoteIP_1 and remoteIP_2 > > > > # ovs-ofctl add-flow br-tun in_port=1 actions=set_field:<remoteIP-1> > > ->tun_dst, set_field:<vni>->tun_id, output:2 > > > > Can I add the flow as : > > # ovs-ofctl add-flow br-tun in_port=1 actions=set_field:<remoteIP-1> > > ->tun_dst, set_field:<vni>->tun_id, set_field:<remoteIP-2> ->tun_dst, > > set_field:<vni>->tun_id output:2 > > You need two output actions, otherwise the second time it sets the > fields it will just overwrite the first values. >
_______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
