X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fdpif-netdev.c;h=07f181d1e0bda740caf0624e256c66a026a42c4c;hb=28c5588e8e1a8d091c5d2275232c35f2968a97fa;hp=15aa42a03d8adad6804a32dd69d8bd1471b14243;hpb=fbfe01de0dedaf6d5b909b1a977d1f8164243754;p=sliver-openvswitch.git diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c index 15aa42a03..07f181d1e 100644 --- a/lib/dpif-netdev.c +++ b/lib/dpif-netdev.c @@ -2160,7 +2160,7 @@ dp_execute_cb(void *aux_, struct ofpbuf *packet, if (hash_act->hash_alg == OVS_HASH_ALG_L4) { /* Hash need not be symmetric, nor does it need to include * L2 fields. */ - hash = miniflow_hash_5tuple(aux->key, hash_act->hash_bias); + hash = miniflow_hash_5tuple(aux->key, hash_act->hash_basis); if (!hash) { hash = 1; /* 0 is not valid */ }