Signed-Off-by: Numan Siddique <nusid...@redhat.com>
---
 ofproto/ofproto-dpif-xlate.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-dpif-xlate.c
index cd6eeab..e4692b3 100644
--- a/ofproto/ofproto-dpif-xlate.c
+++ b/ofproto/ofproto-dpif-xlate.c
@@ -3658,6 +3658,7 @@ emit_continuation(struct xlate_ctx *ctx, const struct 
frozen_state *state)
                     .packet = xmemdup(dp_packet_data(ctx->xin->packet),
                                       dp_packet_size(ctx->xin->packet)),
                     .packet_len = dp_packet_size(ctx->xin->packet),
+                    .reason = ctx->pause->reason,
                 },
                 .bridge = *ofproto_dpif_get_uuid(ctx->xbridge->ofproto),
                 .stack = xmemdup(state->stack,
-- 
2.5.0

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to