Use deployed version of the fd_tuntap script, rather than the local test version.
authorSapan Bhatia <sapanb@cs.princeton.edu>
Wed, 9 Jun 2010 19:56:37 +0000 (19:56 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Wed, 9 Jun 2010 19:56:37 +0000 (19:56 +0000)
support/tunalloc.c

index 384a36d..6adcf24 100644 (file)
@@ -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. */