projects
/
oweals
/
tinc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d76cea
)
Use /dev/net/tun as default for tun/tap device under Linux.
author
Guus Sliepen
<guus@tinc-vpn.org>
Sun, 15 Sep 2002 22:19:19 +0000
(22:19 +0000)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Sun, 15 Sep 2002 22:19:19 +0000
(22:19 +0000)
src/linux/device.c
patch
|
blob
|
history
diff --git
a/src/linux/device.c
b/src/linux/device.c
index 92b3a3caf84621b84685401e75ea620fc136c74a..629b49e7f697d6ea2278158c46d5b8cc6507d099 100644
(file)
--- a/
src/linux/device.c
+++ b/
src/linux/device.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: device.c,v 1.1.2.1
2 2002/09/09 22:33:24
guus Exp $
+ $Id: device.c,v 1.1.2.1
3 2002/09/15 22:19:19
guus Exp $
*/
#include "config.h"
@@
-39,7
+39,7
@@
#else
#include <linux/if_tun.h>
#endif
-#define DEFAULT_DEVICE "/dev/
misc/
net/tun"
+#define DEFAULT_DEVICE "/dev/net/tun"
#else
#define DEFAULT_DEVICE "/dev/tap0"
#endif