X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fofproto-dpif.c;h=dc15c15bed5ce04eab778c2d7be64a1cb89b405f;hb=333be161abe789ff6628c0256143214126b69f02;hp=5265d7bc6e8c005ccf4514013c34a5daec4ac59c;hpb=0300caafc5b9fcc710b975cda9cc6d75e6364459;p=openvswitch diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c index 5265d7bc..dc15c15b 100644 --- a/ofproto/ofproto-dpif.c +++ b/ofproto/ofproto-dpif.c @@ -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);