We do not have pidfiles in Windows. And we do not yet have support
for ipsec tunnels. This lets us move forward with compilation.

Signed-off-by: Gurucharan Shetty <gshe...@nicira.com>
---
 lib/netdev-vport.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/netdev-vport.c b/lib/netdev-vport.c
index 165c1c6..f52cceb 100644
--- a/lib/netdev-vport.c
+++ b/lib/netdev-vport.c
@@ -433,6 +433,7 @@ set_tunnel_config(struct netdev *dev_, const struct smap 
*args)
         static struct ovs_mutex mutex = OVS_MUTEX_INITIALIZER;
         static pid_t pid = 0;
 
+#ifndef _WIN32
         ovs_mutex_lock(&mutex);
         if (pid <= 0) {
             char *file_name = xasprintf("%s/%s", ovs_rundir(),
@@ -441,6 +442,7 @@ set_tunnel_config(struct netdev *dev_, const struct smap 
*args)
             free(file_name);
         }
         ovs_mutex_unlock(&mutex);
+#endif
 
         if (pid < 0) {
             VLOG_ERR("%s: IPsec requires the ovs-monitor-ipsec daemon",
-- 
1.7.9.5

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to