summaryrefslogtreecommitdiff
path: root/datapath-windows/ovsext/ovsext.vcxproj
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/ovsext.vcxproj
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/ovsext.vcxproj')
-rw-r--r--datapath-windows/ovsext/ovsext.vcxproj1
1 files changed, 1 insertions, 0 deletions
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 @@
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
</ImportGroup>
<ItemGroup Label="WrappedTaskItems">
+ <ClInclude Include="..\include\OvsDpInterfaceCtExt.h" />
<ClInclude Include="..\include\OvsDpInterfaceExt.h" />
<ClInclude Include="Actions.h" />
<ClInclude Include="Atomic.h" />