diff options
author | 2011-07-08 18:30:16 +0000 | |
---|---|---|
committer | 2011-07-08 18:30:16 +0000 | |
commit | 90b03482cbe8f7eb592091739fe0f91d2f2a9712 (patch) | |
tree | 870d600feac63574a4ae67b5dc720def8b5ba07b /share/man/man4/options.4 | |
parent | Move uvm_pmr_alloc_pig to kern/subr_hibernate.c (diff) | |
download | wireguard-openbsd-90b03482cbe8f7eb592091739fe0f91d2f2a9712.tar.xz wireguard-openbsd-90b03482cbe8f7eb592091739fe0f91d2f2a9712.zip |
Include PIPEX in kernel by default. And add new sysctl variable
`net.pipex.enable' to enable PIPEX. By default, pipex is disabled
and it will not process packets from wire. Update man pages and
update HOWTO_PIPEX_NPPPD.txt for testers.
discussed with dlg@, ok deraadt@ mcbride@ claudio@
Diffstat (limited to 'share/man/man4/options.4')
-rw-r--r-- | share/man/man4/options.4 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index 4828c477810..feaf6f03ed7 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.219 2011/07/05 15:36:13 jmc Exp $ +.\" $OpenBSD: options.4,v 1.220 2011/07/08 18:30:17 yasuoka Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -34,7 +34,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: July 5 2011 $ +.Dd $Mdocdate: July 8 2011 $ .Dt OPTIONS 4 .Os .Sh NAME @@ -580,6 +580,9 @@ Include kernel support for the AppleTalk family of protocols. This suite of supporting code is sometimes called .Em netatalk support. +.It Cd option PIPEX +Includes PIPEX in-kernel acceleration for PPPoE, L2TP or PPTP. +This is used by npppd(8). .It Cd option PPP_BSDCOMP Enables BSD compressor for PPP connections. .It Cd option PPP_DEFLATE |