From: Sapan Bhatia Date: Wed, 9 Jun 2010 19:56:37 +0000 (+0000) Subject: Use deployed version of the fd_tuntap script, rather than the local test version. X-Git-Tag: vsys-scripts-0.95-18~4 X-Git-Url: http://git.onelab.eu/?p=vsys-scripts.git;a=commitdiff_plain;h=8527f1df297910a6bd7c97d7d45648acb83fc045 Use deployed version of the fd_tuntap script, rather than the local test version. --- 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 #include -#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. */