]> git.proxmox.com Git - mirror_ovs.git/commit
datapath-windows: fix hash creation on ct mark
authorAlin Gabriel Serdean <aserdean@ovn.org>
Wed, 21 Feb 2018 14:57:29 +0000 (16:57 +0200)
committerAlin Gabriel Serdean <aserdean@ovn.org>
Tue, 27 Feb 2018 19:23:53 +0000 (21:23 +0200)
commit6a6ee1e9a56ec8409f9c7bfdcfd131584ead8cd7
tree84509f55befb3fb94e9e11a6243959e6d9fecfef
parent879b2d342fd517bfcb6b0400c6fdab8331934279
datapath-windows: fix hash creation on ct mark

Use key->ct.mark instead of key->ct.zone when generating the hash
over the mark.

Signed-off-by: Alin Gabriel Serdean <aserdean@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
Acked-by: Anand Kumar <kumaranand@vmware.com>
datapath-windows/ovsext/Flow.c