22 lines
1.0 KiB
Plaintext
22 lines
1.0 KiB
Plaintext
$OpenBSD: patch-doc_tinc_texi,v 1.3 2017/02/27 14:08:16 benoit Exp $
|
|
--- doc/tinc.texi.orig Sat Oct 29 15:23:48 2016
|
|
+++ doc/tinc.texi Mon Feb 27 14:47:22 2017
|
|
@@ -2071,7 +2071,7 @@
|
|
In those modes every interface should have a unique MAC address, so make sure they are not the same.
|
|
Because switch and hub modes rely on MAC addresses to function correctly,
|
|
these modes cannot be used on the following operating systems which don't have a `tap' style virtual network device:
|
|
-OpenBSD, NetBSD, Darwin and Solaris.
|
|
+NetBSD, Darwin and Solaris.
|
|
|
|
|
|
@c ==================================================================
|
|
@@ -2498,8 +2498,6 @@
|
|
On some platforms, when running tinc in switch mode, the VPN interface must be set to tap mode with an ifconfig command:
|
|
|
|
@multitable {Darwin (Mac OS X)} {ifconfig route add -bla network address netmask netmask prefixlength interface}
|
|
-@item OpenBSD
|
|
-@tab @code{ifconfig} @var{interface} @code{link0}
|
|
@end multitable
|
|
|
|
On Linux, it is possible to create a persistent tun/tap interface which will
|