X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=include%2Flinux%2Fopenvswitch.h;fp=include%2Flinux%2Fopenvswitch.h;h=1aa9158f36b1c65e1f33c26323566d3bad04e541;hb=62ac1f20e9d0bbd53a418ec704022bcb2430d7ac;hp=e17f802b1a9e9ee3318f929008d8900137b0b7da;hpb=fbfe01de0dedaf6d5b909b1a977d1f8164243754;p=sliver-openvswitch.git diff --git a/include/linux/openvswitch.h b/include/linux/openvswitch.h index e17f802b1..1aa9158f3 100644 --- a/include/linux/openvswitch.h +++ b/include/linux/openvswitch.h @@ -553,11 +553,11 @@ enum ovs_hash_alg { /* * struct ovs_action_hash - %OVS_ACTION_ATTR_HASH action argument. * @hash_alg: Algorithm used to compute hash prior to recirculation. - * @hash_bias: bias used for computing hash. + * @hash_basis: basis used for computing hash. */ struct ovs_action_hash { uint32_t hash_alg; /* One of ovs_hash_alg. */ - uint32_t hash_bias; + uint32_t hash_basis; }; /**