summaryrefslogtreecommitdiff
path: root/datapath-windows/ovsext/precomp.h
diff options
context:
space:
mode:
authorSairam Venugopal <vsairam@vmware.com>2016-07-01 13:49:25 -0700
committerGurucharan Shetty <guru@ovn.org>2016-07-01 20:51:35 -0700
commit3c1c21190dbeff8845ee276ea1f4bf3c789cb76b (patch)
treef7b45771eb1518170f79fd1317b6565410be0bbc /datapath-windows/ovsext/precomp.h
parent715038b6b222a0f3f000ce198742392520bb7ae9 (diff)
downloadopenvswitch-3c1c21190dbeff8845ee276ea1f4bf3c789cb76b.tar.gz
Windows: Add conntrack netfilter netlink definitions to kernel and userspace
Include netfilter-conntrack header definitions. This will be used by Windows userspace for adding debugging support in Conntrack. Few of these files are intentionally left blank to avoid removing #includes in userspace. New file - OvsDpInterfaceCtExt.h has been defined similar to OvsDpInterfaceExt.h to be reused by userspace and kernel. Signed-off-by: Sairam Venugopal <vsairam@vmware.com> Acked-by: Nithin Raju <nithin@vmware.com> Signed-off-by: Gurucharan Shetty <guru@ovn.org>
Diffstat (limited to 'datapath-windows/ovsext/precomp.h')
-rw-r--r--datapath-windows/ovsext/precomp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/datapath-windows/ovsext/precomp.h b/datapath-windows/ovsext/precomp.h
index aaa3d5160..a15258298 100644
--- a/datapath-windows/ovsext/precomp.h
+++ b/datapath-windows/ovsext/precomp.h
@@ -30,4 +30,5 @@
#include "Netlink/Netlink.h"
#include "Netlink/NetlinkProto.h"
#include "..\include\OvsDpInterfaceExt.h"
+#include "..\include\OvsDpInterfaceCtExt.h"
#include "DpInternal.h"