]> git.proxmox.com Git - ovs.git/commit
conntrack: Add hash_finish() to conn_key_hash().
authorDarrell Ball <dlu998@gmail.com>
Fri, 9 Jun 2017 22:30:44 +0000 (15:30 -0700)
committerBen Pfaff <blp@ovn.org>
Tue, 13 Jun 2017 05:08:00 +0000 (22:08 -0700)
commit6b1d46253362c0bad844cedf93e22e7bf94d55dc
tree4d40405ad585e2472c70956281a9f0a9565f162c
parent92edd073ce6ca72636600a64e0645bf23027660a
conntrack: Add hash_finish() to conn_key_hash().

The function conn_key_hash() is updated to include
a call to hash_finish() and also to make use of a
new hash abstraction - ct_endpoint_hash_add().

Fixes: a489b16854b5 ("conntrack: New userspace connection tracker.")
Signed-off-by: Darrell Ball <dlu998@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
lib/conntrack.c