Skip to content

Commit

Permalink
Windows: Add conntrack netfilter netlink definitions to kernel and us…
Browse files Browse the repository at this point in the history
…erspace

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 <[email protected]>
Acked-by: Nithin Raju <[email protected]>
Signed-off-by: Gurucharan Shetty <[email protected]>
  • Loading branch information
Sairam Venugopal authored and shettyg committed Jul 2, 2016
1 parent 715038b commit 3c1c211
Show file tree
Hide file tree
Showing 12 changed files with 433 additions and 0 deletions.
1 change: 1 addition & 0 deletions build-aux/extract-odp-netlink-h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ s/_LINUX_OPENVSWITCH_H/ODP_NETLINK_H/
$i\
#ifdef _WIN32\
#include "OvsDpInterfaceExt.h"\
#include "OvsDpInterfaceCtExt.h"\
#endif\

# Use OVS's own struct eth_addr instead of a 6-byte char array.
Expand Down
1 change: 1 addition & 0 deletions datapath-windows/automake.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
Loading

0 comments on commit 3c1c211

Please sign in to comment.