ofproto-dpif-xlate: Don't stop processing after ct.
authorJoe Stringer <joestringer@nicira.com>
Sat, 7 Nov 2015 00:16:47 +0000 (16:16 -0800)
committerJoe Stringer <joestringer@nicira.com>
Wed, 11 Nov 2015 18:16:44 +0000 (10:16 -0800)
commite37b8437e915a02a88116e5ea7af1a7e716bd597
tree25c124fea75736d6635eda9c4af5115d849ba4d7
parent0e7850eb8d6d22feaef51054e703e017658e54ee
ofproto-dpif-xlate: Don't stop processing after ct.

If conntrack recirculates, it should not stop processing the current
pipeline. The cloned packet will begin processing in the table specified
with the current metadata and action set; The current copy of the packet
will continue processing, including to return back to prior resubmit()
calls.

Reported-by: Russell Bryant <rbryant@redhat.com>
Signed-off-by: Joe Stringer <joestringer@nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
ofproto/ofproto-dpif-xlate.c