diff options
-rw-r--r-- | usr.sbin/pppoe/pppoe.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/pppoe/pppoe.8 b/usr.sbin/pppoe/pppoe.8 index 1257c6b7314..2fb88ff224b 100644 --- a/usr.sbin/pppoe/pppoe.8 +++ b/usr.sbin/pppoe/pppoe.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pppoe.8,v 1.9 2001/08/22 16:24:09 jason Exp $ +.\" $OpenBSD: pppoe.8,v 1.10 2001/09/12 19:37:12 brian Exp $ .\" .\" Copyright (c) 2000 Network Security Technologies, Inc. .\" (http://www.netsec.net) @@ -98,8 +98,8 @@ if no is specified): .Bd -literal -offset indent set device "!/usr/sbin/pppoe" -set mtu 1492 -set mru 1492 +set mtu max 1492 +set mru max 1492 set speed sync disable acfcomp protocomp deny acfcomp @@ -160,8 +160,8 @@ default: pppoe: set device "!/usr/sbin/pppoe -i xl0" - set mtu 1492 - set mru 1492 + set mtu max 1492 + set mru max 1492 set speed sync disable acfcomp protocomp deny acfcomp |