X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto-dpif-xlate.c;h=f506c283b6bd944220a478200d3815767789d120;hb=d4f4a9b25251d8279f5287142bc84f637101ee77;hp=ca26acb1471c22e154e5c6a769181d76aad3c035;hpb=32383c3bd064fb87ec2b366569ba1185698c2e6d;p=sliver-openvswitch.git diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-dpif-xlate.c index ca26acb14..f506c283b 100644 --- a/ofproto/ofproto-dpif-xlate.c +++ b/ofproto/ofproto-dpif-xlate.c @@ -873,7 +873,7 @@ compose_output_action__(struct xlate_ctx *ctx, uint16_t ofp_port, * matches, while explicit set actions on tunnel metadata are. */ struct flow_tnl flow_tnl = flow->tunnel; - odp_port = tnl_port_send(ofport->tnl_port, flow); + odp_port = tnl_port_send(ofport->tnl_port, flow, &ctx->xout->wc); if (odp_port == OVSP_NONE) { xlate_report(ctx, "Tunneling decided against output"); goto out; /* restore flow_nw_tos */