diff options
author | brian <brian@FreeBSD.org> | 2004-06-29 07:48:43 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2004-06-29 07:48:43 +0000 |
commit | d9cb5d5260302600c3123aa4925d1d79e1f8a951 (patch) | |
tree | 6c909de4b1cb2d30323b4885ba291d75c1c26932 /usr.sbin | |
parent | 664f6c9a4c24338a955d72c04dd183d3033f5d0e (diff) | |
download | FreeBSD-src-d9cb5d5260302600c3123aa4925d1d79e1f8a951.zip FreeBSD-src-d9cb5d5260302600c3123aa4925d1d79e1f8a951.tar.gz |
Mention that ``set mtu max'' is necessary for PPPoE.
PR: 32040
MFC after: 2 weeks
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ppp/ppp.8.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4 index cac056f..67b36cb 100644 --- a/usr.sbin/ppp/ppp.8.m4 +++ b/usr.sbin/ppp/ppp.8.m4 @@ -5181,6 +5181,9 @@ keyword is used, .Nm will refuse to negotiate a higher value. The maximum MTU can be set to 2048 at most. +Note, it is necessary to use the +.Dq maximum +keyword to limit the MTU when using PPPoE. .Pp If no .Ar value |