summaryrefslogtreecommitdiff
path: root/datapath-windows/ovsext/TunnelIntf.h
diff options
context:
space:
mode:
authorSorin Vinturis <svinturis@cloudbasesolutions.com>2015-01-06 10:56:49 +0000
committerBen Pfaff <blp@nicira.com>2015-01-06 08:44:16 -0800
commitbe92b251bc578c8bbfdc88401a27c0343a144a80 (patch)
tree50deb9ded16979c6a581622eb92c9e9c83fd62e3 /datapath-windows/ovsext/TunnelIntf.h
parent1fdbfd4e9883ca6cb98307dc1a859011ae101472 (diff)
downloadopenvswitch-be92b251bc578c8bbfdc88401a27c0343a144a80.tar.gz
datapath-windows: Add a WFP system provider
This patch was enforced by the WHCK logo testing. In order to pass the Windows Filtering Platform tests we need to add a persistent system provider. Signed-off-by: Sorin Vinturis <svinturis@cloudbasesolutions.com> Reported-by: Sorin Vinturis <svinturis@cloudbasesolutions.com> Reported-at: https://github.com/openvswitch/ovs-issues/issues/65 Acked-by: Nithin Raju <nithin@vmware.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'datapath-windows/ovsext/TunnelIntf.h')
-rw-r--r--datapath-windows/ovsext/TunnelIntf.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/datapath-windows/ovsext/TunnelIntf.h b/datapath-windows/ovsext/TunnelIntf.h
index c62272088..b2bba308e 100644
--- a/datapath-windows/ovsext/TunnelIntf.h
+++ b/datapath-windows/ovsext/TunnelIntf.h
@@ -22,4 +22,12 @@ NTSTATUS OvsTunnelFilterInitialize(PDRIVER_OBJECT driverObject);
VOID OvsTunnelFilterUninitialize(PDRIVER_OBJECT driverObject);
+NTSTATUS OvsTunnelEngineOpen(HANDLE *handle);
+
+VOID OvsTunnelEngineClose(HANDLE *handle);
+
+VOID OvsTunnelAddSystemProvider(HANDLE handle);
+
+VOID OvsTunnelRemoveSystemProvider(HANDLE handle);
+
#endif /* __TUNNEL_INTF_H_ */