summaryrefslogtreecommitdiff
path: root/datapath-windows/ovsext/DpInternal.h
diff options
context:
space:
mode:
authorSairam Venugopal <vsairam@vmware.com>2017-06-02 10:37:22 -0700
committerGurucharan Shetty <guru@ovn.org>2017-06-08 11:06:41 -0700
commit813f5f0ace37876d9c13891514d0a2aa76e852c7 (patch)
tree86562b26ad3b403b9132c008ee91366c34050cfe /datapath-windows/ovsext/DpInternal.h
parentae9c09850a173f32f56321e7fd2dc334d570b727 (diff)
downloadopenvswitch-813f5f0ace37876d9c13891514d0a2aa76e852c7.tar.gz
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>
Diffstat (limited to 'datapath-windows/ovsext/DpInternal.h')
-rw-r--r--datapath-windows/ovsext/DpInternal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/datapath-windows/ovsext/DpInternal.h b/datapath-windows/ovsext/DpInternal.h
index 9d1a78312..743891ca3 100644
--- a/datapath-windows/ovsext/DpInternal.h
+++ b/datapath-windows/ovsext/DpInternal.h
@@ -199,6 +199,7 @@ typedef __declspec(align(8)) struct OvsFlowKey {
UINT32 mark;
UINT32 state;
struct ovs_key_ct_labels labels;
+ struct ovs_key_ct_tuple_ipv4 tuple_ipv4;
} ct; /* Connection Tracking Flags */
} OvsFlowKey;