ofproto-dpif: Make OFPP_TABLE always resubmit to table 0.
[openvswitch] / ofproto / ofproto-dpif.c
index 5265d7bc6e8c005ccf4514013c34a5daec4ac59c..dc15c15bed5ce04eab778c2d7be64a1cb89b405f 100644 (file)
@@ -5158,7 +5158,7 @@ xlate_output_action(struct action_xlate_ctx *ctx,
         compose_output_action(ctx, ctx->flow.in_port);
         break;
     case OFPP_TABLE:
-        xlate_table_action(ctx, ctx->flow.in_port, ctx->table_id);
+        xlate_table_action(ctx, ctx->flow.in_port, 0);
         break;
     case OFPP_NORMAL:
         xlate_normal(ctx);