s/sliepen.warande.net/sliepen.eu.org/g
[tinc] / src / linux / device.c
index 450fcd1..310e332 100644 (file)
@@ -1,7 +1,7 @@
 /*
     device.c -- Interaction with Linux ethertap and tun/tap device
-    Copyright (C) 2001-2002 Ivo Timmermans <itimmermans@bigfoot.com>,
-                  2001-2002 Guus Sliepen <guus@sliepen.warande.net>
+    Copyright (C) 2001-2002 Ivo Timmermans <ivo@o2w.nl>,
+                  2001-2002 Guus Sliepen <guus@sliepen.eu.org>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -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: device.c,v 1.1.2.7 2002/02/18 16:25:19 guus Exp $
+    $Id: device.c,v 1.1.2.9 2002/06/21 10:11:36 guus Exp $
 */
 
 #include "config.h"
@@ -130,6 +130,7 @@ cp
     {
       device_info = _("Linux ethertap device");
       device_type = DEVICE_TYPE_ETHERTAP;
+      interface = rindex(device, '/')?rindex(device, '/')+1:device;
     }
 
   syslog(LOG_INFO, _("%s is a %s"), device, device_info);