X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto-dpif-xlate.c;h=cc4be6d90cc6dedfafb0cb899da951dbccdf59db;hb=eb7282ddfa7d9fe9ab89c7543456978e671f4335;hp=91ce7b71d14993e80e1fe1b2bc7c96dea41d9cd6;hpb=6c932bc8c5db7a9d4e264619eeb30af65bc3b9b6;p=sliver-openvswitch.git diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-dpif-xlate.c index 91ce7b71d..cc4be6d90 100644 --- a/ofproto/ofproto-dpif-xlate.c +++ b/ofproto/ofproto-dpif-xlate.c @@ -1169,7 +1169,7 @@ output_normal(struct xlate_ctx *ctx, const struct xbundle *out_xbundle, return; } - if (ctx->xin->resubmit_stats) { + if (ctx->xin->resubmit_stats && !ctx->xout->use_recirc) { bond_account(out_xbundle->bond, &ctx->xin->flow, vid, ctx->xin->resubmit_stats->n_bytes); }