[ovs-discuss] OpenVSwitch Enqueue action - reg

Ben Pfaff blp at nicira.com
Sat Jan 5 19:15:56 UTC 2013


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.



More information about the discuss mailing list