From: Guus Sliepen Date: Thu, 12 Jul 2012 09:30:56 +0000 (+0200) Subject: Document how to load the tap driver on FreeBSD. X-Git-Tag: 1.0.19-android-1~8 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=2eb0043e1352944b1113c1f7e40f37dffac0021d Document how to load the tap driver on FreeBSD. --- diff --git a/doc/tinc.texi b/doc/tinc.texi index 8cf157fe..5cff2a66 100644 --- a/doc/tinc.texi +++ b/doc/tinc.texi @@ -261,7 +261,7 @@ alias char-major-10-200 tun @subsection Configuration of FreeBSD kernels For FreeBSD version 4.1 and higher, tun and tap drivers are included in the default kernel configuration. -Using tap devices is recommended. +The tap driver can be loaded with @code{kldload if_tap}, or by adding @code{if_tap_load="YES"} to @file{/boot/loader.conf}. @c ================================================================== @@ -275,6 +275,7 @@ which adds a tap device to OpenBSD which should work with tinc, but with recent versions of OpenBSD, a tun device can act as a tap device by setting the link0 option with ifconfig. + @c ================================================================== @node Configuration of NetBSD kernels @subsection Configuration of NetBSD kernels