summaryrefslogtreecommitdiff
path: root/datapath-windows/automake.mk
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/automake.mk
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/automake.mk')
-rw-r--r--datapath-windows/automake.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/datapath-windows/automake.mk b/datapath-windows/automake.mk
index 604cebd6d..e741a484a 100644
--- a/datapath-windows/automake.mk
+++ b/datapath-windows/automake.mk
@@ -4,6 +4,7 @@ EXTRA_DIST += \
datapath-windows/Package/package.VcxProj \
datapath-windows/Package/package.VcxProj.user \
datapath-windows/include/OvsDpInterfaceExt.h \
+ datapath-windows/include/OvsDpInterfaceCtExt.h \
datapath-windows/misc/OVS.psm1 \
datapath-windows/misc/install.cmd \
datapath-windows/misc/uninstall.cmd \