X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fodp-util.c;h=8e95c9e964769d390f9d5e1675e52b0c522bc960;hb=62ac1f20e9d0bbd53a418ec704022bcb2430d7ac;hp=9a4ea5e062908efe64a0d9fb6679ea8d618f266d;hpb=fbfe01de0dedaf6d5b909b1a977d1f8164243754;p=sliver-openvswitch.git diff --git a/lib/odp-util.c b/lib/odp-util.c index 9a4ea5e06..8e95c9e96 100644 --- a/lib/odp-util.c +++ b/lib/odp-util.c @@ -399,7 +399,7 @@ format_odp_hash_action(struct ds *ds, const struct ovs_action_hash *hash_act) ds_put_format(ds, "hash("); if (hash_act->hash_alg == OVS_HASH_ALG_L4) { - ds_put_format(ds, "hash_l4(%"PRIu32")", hash_act->hash_bias); + ds_put_format(ds, "hash_l4(%"PRIu32")", hash_act->hash_basis); } else { ds_put_format(ds, "Unknown hash algorithm(%"PRIu32")", hash_act->hash_alg);