X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fofproto.c;h=5e99fcab188390d276a5e9a80407118b20609aa6;hb=cb49ee4fd15e1b24aaae4a2d25f3dd538734b4df;hp=e25ce28c669a06c72451da618ebdd56e6c4cef1b;hpb=f1670a487adf5d5352eaf32f15bcf2958cdb1771;p=openvswitch diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c index e25ce28c..5e99fcab 100644 --- a/ofproto/ofproto.c +++ b/ofproto/ofproto.c @@ -2577,6 +2577,7 @@ xlate_output_action__(struct action_xlate_ctx *ctx, case OFPP_FLOOD: flood_packets(ctx->ofproto, ctx->flow.in_port, OFPPC_NO_FLOOD, &ctx->nf_output_iface, ctx->out); + break; case OFPP_ALL: flood_packets(ctx->ofproto, ctx->flow.in_port, 0, &ctx->nf_output_iface, ctx->out);