On Sat, Jan 05, 2013 at 03:34:45PM +0530, Mathumitha S wrote:
>                 Thank you. But can you make it clear to me because I am not 
> sure if I understood it correctly? Is it enough if I include the following 
> command too?ovs-ofctl add-flow br0 "in_port=2,actions=output:1"

Then you'd have two rules with the same priority that can both match the
same packets.  That yields undefined behavior.  You should raise the
priority of one of your flows so that it will be sure to be chosen.
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to