On Wed, Nov 27, 2019 at 10:04:24AM -0800, Yi-Hung Wei wrote: > On Mon, Oct 14, 2019 at 4:33 PM Ben Pfaff <[email protected]> wrote: > > > > Found by inspection. > > > > Signed-off-by: Ben Pfaff <[email protected]> > > --- > > ofproto/ofproto-dpif-xlate.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-dpif-xlate.c > > index f92cb62c80ce..0fa5d8a7c61b 100644 > > --- a/ofproto/ofproto-dpif-xlate.c > > +++ b/ofproto/ofproto-dpif-xlate.c > > @@ -4369,6 +4369,7 @@ xlate_table_action(struct xlate_ctx *ctx, ofp_port_t > > in_port, uint8_t table_id, > > !is_ip_any(&ctx->xin->flow)) { > > xlate_report_error(ctx, > > "resubmit(ct) with non-tracked or > > non-IP packet!"); > > + ctx->table_id = old_table_id; > > return; > > } > > tuple_swap(&ctx->xin->flow, ctx->wc); > > -- > > Thanks for the patch. It looks good to me. > > Acked-by: Yi-Hung Wei <[email protected]>
Thanks. Applied and backported. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
