X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fmultipath.c;h=1be69646f11e64eeba2a4d656ebc4039d645f3bf;hb=6cdd514560e16a294d09aa9d6bf5c8c7ac31e442;hp=dbd5704462a3c65a0f342b3f6a28f9a11fcd5c97;hpb=bed7d6a1b7316db3f0be19c9f2d58cc7d71a24fa;p=sliver-openvswitch.git diff --git a/lib/multipath.c b/lib/multipath.c index dbd570446..1be69646f 100644 --- a/lib/multipath.c +++ b/lib/multipath.c @@ -113,7 +113,7 @@ multipath_execute(const struct ofpact_multipath *mp, struct flow *flow, uint16_t link = multipath_algorithm(hash, mp->algorithm, mp->max_link + 1, mp->arg); - flow_mask_hash_fields(wc, mp->fields); + flow_mask_hash_fields(flow, wc, mp->fields); nxm_reg_load(&mp->dst, link, flow); }