summaryrefslogtreecommitdiff
path: root/datapath-windows/ovsext/Switch.c
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/Switch.c
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/Switch.c')
-rw-r--r--datapath-windows/ovsext/Switch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/datapath-windows/ovsext/Switch.c b/datapath-windows/ovsext/Switch.c
index 2b68037c2..a228d8e3b 100644
--- a/datapath-windows/ovsext/Switch.c
+++ b/datapath-windows/ovsext/Switch.c
@@ -26,7 +26,6 @@
#include "Event.h"
#include "Flow.h"
#include "IpHelper.h"
-#include "TunnelIntf.h"
#include "Oid.h"
#ifdef OVS_DBG_MOD