On Tue, Jan 26, 2016 at 04:33:38PM -0800, Ben Pfaff wrote: > Consider the following flow table: > > table=0 actions=resubmit(,1),2 > table=1 actions=debug_recirc > > When debug_recirc triggers recirculation and we later resume processing, > only the output to port 2 should be executed, because the effects of > "resubmit" have already taken place. However, until now, the "resubmit" > was added to the actions to execute post-recirculation, resulting in an > infinite loop. > > Found when testing a feature based on recirculation. > > Signed-off-by: Ben Pfaff <b...@ovn.org>
This breaks the "MPLS handling" test. I posted a revision: http://openvswitch.org/pipermail/dev/2016-January/065109.html _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev