From: Huanle Han <[email protected]>
Signed-off-by: Huanle Han <[email protected]>
---
ofproto/ofproto-dpif-xlate.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-dpif-xlate.c
index 9d6ca94afc82..23938c8c8cf3 100644
--- a/ofproto/ofproto-dpif-xlate.c
+++ b/ofproto/ofproto-dpif-xlate.c
@@ -1931,6 +1931,10 @@ mirror_packet(struct xlate_ctx *ctx, struct xbundle
*xbundle,
return;
}
+ if (ctx->xin->flow.recirc_id != 0) {
+ return;
+ }
+
if (ctx->xin->resubmit_stats) {
mirror_update_stats(xbridge->mbridge, mirrors,
ctx->xin->resubmit_stats->n_packets,
--
2.10.2
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev