]> git.proxmox.com Git - mirror_ovs.git/commit
datapath-windows: Add original conntrack tuple to FlowKey
authorSairam Venugopal <vsairam@vmware.com>
Fri, 2 Jun 2017 17:37:22 +0000 (10:37 -0700)
committerGurucharan Shetty <guru@ovn.org>
Thu, 8 Jun 2017 18:06:41 +0000 (11:06 -0700)
commit813f5f0ace37876d9c13891514d0a2aa76e852c7
tree86562b26ad3b403b9132c008ee91366c34050cfe
parentae9c09850a173f32f56321e7fd2dc334d570b727
datapath-windows: Add original conntrack tuple to FlowKey

Add the original tuple to Flow Key. In case of ICMP and UDP, default the
parent entry to NULL until related connections is supported.

Signed-off-by: Sairam Venugopal <vsairam@vmware.com>
Acked-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Signed-off-by: Gurucharan Shetty <guru@ovn.org>
datapath-windows/ovsext/Conntrack.c
datapath-windows/ovsext/DpInternal.h
datapath-windows/ovsext/Flow.c