Fixes: 7b0eb4d9ed05 ("northd: Add distributed load balancer support.")
Signed-off-by: Alexandra Rukomoinikova <[email protected]>
---
 northd/northd.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/northd/northd.c b/northd/northd.c
index 4ecdd9c2d..0749aa049 100644
--- a/northd/northd.c
+++ b/northd/northd.c
@@ -12899,6 +12899,7 @@ build_distr_lrouter_nat_flows_for_lb(struct 
lrouter_nat_lb_flows_ctx *ctx,
      * the undnat stage.
      */
     ds_put_format(ctx->undnat_match, ") && outport == %s", dgp->json_key);
+    ds_clear(ctx->gw_redir_action);
     ds_put_format(ctx->gw_redir_action,
                   "outport = %s; next;", gw_outport);
 
-- 
2.48.1

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to