diff options
-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 , |