From 8527f1df297910a6bd7c97d7d45648acb83fc045 Mon Sep 17 00:00:00 2001
From: Sapan Bhatia <sapanb@cs.princeton.edu>
Date: Wed, 9 Jun 2010 19:56:37 +0000
Subject: [PATCH] Use deployed version of the fd_tuntap script, rather than the
 local test version.

---
 support/tunalloc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/tunalloc.c b/support/tunalloc.c
index 384a36d..6adcf24 100644
--- a/support/tunalloc.c
+++ b/support/tunalloc.c
@@ -15,7 +15,7 @@
 #include <linux/if.h>
 #include <linux/if_tun.h>
 
-#define VSYS_TUNTAP "/vsys/local_fd_tuntap.control"
+#define VSYS_TUNTAP "/vsys/fd_tuntap.control"
 
 /* Reads vif FD from "fd", writes interface name to vif_name, and returns vif FD.
  * vif_name should be IFNAMSIZ chars long. */
-- 
2.47.0