From 3c1c21190dbeff8845ee276ea1f4bf3c789cb76b Mon Sep 17 00:00:00 2001 From: Sairam Venugopal Date: Fri, 1 Jul 2016 13:49:25 -0700 Subject: 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 Acked-by: Nithin Raju Signed-off-by: Gurucharan Shetty --- datapath-windows/ovsext/ovsext.vcxproj | 1 + datapath-windows/ovsext/precomp.h | 1 + 2 files changed, 2 insertions(+) (limited to 'datapath-windows/ovsext') diff --git a/datapath-windows/ovsext/ovsext.vcxproj b/datapath-windows/ovsext/ovsext.vcxproj index 2921a9817..a00deb041 100644 --- a/datapath-windows/ovsext/ovsext.vcxproj +++ b/datapath-windows/ovsext/ovsext.vcxproj @@ -70,6 +70,7 @@ + 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" -- cgit v1.2.1