From: Guus Sliepen Date: Fri, 25 May 2001 10:08:11 +0000 (+0000) Subject: With recent kernels the tun device file is located in /dev/net. X-Git-Tag: release-1.0pre4~4 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=a5e2ae6b2b2e1629cf05bb2a57df75f13c0f120a With recent kernels the tun device file is located in /dev/net. --- diff --git a/src/net.c b/src/net.c index 68080fde..33416b32 100644 --- a/src/net.c +++ b/src/net.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: net.c,v 1.35.4.106 2001/05/25 08:36:11 guus Exp $ + $Id: net.c,v 1.35.4.107 2001/05/25 10:08:11 guus Exp $ */ #include "config.h" @@ -285,7 +285,7 @@ cp { #ifdef HAVE_LINUX # ifdef HAVE_TUNTAP - tapfname = "/dev/misc/net/tun"; + tapfname = "/dev/net/tun"; # else tapfname = "/dev/tap0"; # endif @@ -1151,7 +1151,7 @@ cp syslog(LOG_NOTICE, _("Trying to re-establish outgoing connection in 5 seconds")); } - /* Inactivate */ + /* Deactivate */ cl->status.active = 0; cp