diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-01-17 22:40:41 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-01-17 22:40:41 +0000 |
commit | 12477d0f9a65368e12355941a4e7c764625e013b (patch) | |
tree | eefa23d20a61243ce0fe0681b07339d40a096a7f /usr.sbin/pppoe | |
parent | 48cc233d4e78c3a00d5e4a9b41a845f036ec1c5b (diff) |
point out a few non-obvious and helpful ppp(8) options
Diffstat (limited to 'usr.sbin/pppoe')
-rw-r--r-- | usr.sbin/pppoe/pppoe.8 | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/usr.sbin/pppoe/pppoe.8 b/usr.sbin/pppoe/pppoe.8 index 138601b962c..afe9e49e213 100644 --- a/usr.sbin/pppoe/pppoe.8 +++ b/usr.sbin/pppoe/pppoe.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pppoe.8,v 1.5 2000/08/18 18:06:07 jason Exp $ +.\" $OpenBSD: pppoe.8,v 1.6 2001/01/17 22:40:40 jason Exp $ .\" .\" Copyright (c) 2000 Network Security Technologies, Inc. .\" (http://www.netsec.net) @@ -200,6 +200,20 @@ automatic dialing, etc. Please see .Xr ppp 8 for details. +.Pp +Several +.Xr ppp 8 +options are particularly helpful when used with +.Nm pppoe . +.Bl -tag -width Ds +.It enable lqr / accept lqr +Enable and accept link quality requests, which can be used to detect +whether the link has gone down. +.It enable mssfixup +Allow +.Xr ppp 8 +to adjust the maximum segment size on outgoing SYN packets. +.El .Sh SEE ALSO .Xr tun 4 , .Xr hostname.if 5 , |