diff options
author | 2015-06-24 04:34:31 +0000 | |
---|---|---|
committer | 2015-06-24 04:34:31 +0000 | |
commit | 5c938ccb5888af3513f3623ccbc8af327fae8188 (patch) | |
tree | e591c3243407cdd7061db92af4eb939d3c57b4e2 | |
parent | reenable the pool gc task. (diff) | |
download | wireguard-openbsd-5c938ccb5888af3513f3623ccbc8af327fae8188.tar.xz wireguard-openbsd-5c938ccb5888af3513f3623ccbc8af327fae8188.zip |
Mention that pipex should be also configured by sysctl.
-rw-r--r-- | usr.sbin/npppd/npppd/npppd.conf.5 | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/usr.sbin/npppd/npppd/npppd.conf.5 b/usr.sbin/npppd/npppd/npppd.conf.5 index 1b8902eff15..c83120e4a90 100644 --- a/usr.sbin/npppd/npppd/npppd.conf.5 +++ b/usr.sbin/npppd/npppd/npppd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: npppd.conf.5,v 1.13 2014/03/22 04:32:39 yasuoka Exp $ +.\" $OpenBSD: npppd.conf.5,v 1.14 2015/06/24 04:34:31 yasuoka Exp $ .\" .\" Copyright (c) 2012 YASUOKA Masahiko <yasuoka@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 22 2014 $ +.Dd $Mdocdate: June 24 2015 $ .Dt NPPPD.CONF 5 .Os .Sh NAME @@ -353,6 +353,12 @@ uses .Xr pipex 4 . The default is .Dq yes . +Note that +.Xr sysctl 8 +variable +.Va net.pipex.enable +also should be enabled to use +pipex 4 . .It Ic debug-dump-pktin Ar protocol ... If this option is specified, .Xr npppd 8 @@ -676,7 +682,8 @@ bind tunnel from L2TP authenticated by LOCAL to tun1 .Xr pppx 4 , .Xr tun 4 , .Xr npppctl 8 , -.Xr npppd 8 +.Xr npppd 8 , +.Xr sysctl 8 .Sh BUGS The current version of .Xr npppd 8 |