X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto-dpif-xlate.c;h=78617a2921886bd15a1ac3d989b2d38dd49ffc40;hb=9b658910ab3c709f05f8d986f13aeae9bc53b233;hp=4ed3cdcfd4a2f565167477ab462f7701b48e0dd6;hpb=6cdd514560e16a294d09aa9d6bf5c8c7ac31e442;p=sliver-openvswitch.git diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-dpif-xlate.c index 4ed3cdcfd..78617a292 100644 --- a/ofproto/ofproto-dpif-xlate.c +++ b/ofproto/ofproto-dpif-xlate.c @@ -1902,7 +1902,7 @@ xlate_actions(struct xlate_in *xin, struct xlate_out *xout) memset(&wc->masks.tunnel, 0xff, sizeof wc->masks.tunnel); } if (xin->ofproto->netflow) { - netflow_mask_wc(wc); + netflow_mask_wc(flow, wc); } ctx.xout->tags = 0;