docs: Make it clear that ovs-openflowd is an alternative to ovs-vswitchd.
[openvswitch] / ofproto / ofproto.c
index e25ce28c669a06c72451da618ebdd56e6c4cef1b..5e99fcab188390d276a5e9a80407118b20609aa6 100644 (file)
@@ -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);