ofproto-dpif-xlate: Fix handling of write_actions(group(5),output(10)).
[cascardo/ovs.git] / ofproto / ofproto-dpif-xlate.c
index 5c1e63c..a002bda 100644 (file)
@@ -3958,6 +3958,7 @@ xlate_write_actions(struct xlate_ctx *ctx, const struct ofpact *a)
             } else if (inner->type == OFPACT_GROUP) {
                 ctx->xin->flow.actset_output = OFPP_UNSET;
                 ctx->action_set_has_group = true;
+                break;
             }
         }
     }