diff options
author | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2011-07-08 18:30:18 +0000 |
---|---|---|
committer | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2011-07-08 18:30:18 +0000 |
commit | 10fcba53ef6983f49604f8f0da1619428df97c97 (patch) | |
tree | cfcb48c33f5803859f0a19286ecac3e7e8f14b24 /share | |
parent | 48142241ec73b235e102c03fa64123d49a404e71 (diff) |
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')
-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 |