diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2009-04-06 13:53:54 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2009-04-06 13:53:54 +0000 |
commit | 6c7e1d2235f84393848640d6cc70e1ca6be1a58c (patch) | |
tree | d1f84a2ba299ec2fa99e100bc17d2570a420493f /share | |
parent | 2b4e890c7275147c42e070391cbfdcf3a3bfaedd (diff) |
Adapt PF rule to new scrub syntax.
input from and ok henning@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/pppoe.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/pppoe.4 b/share/man/man4/pppoe.4 index 4d6b7fa2368..99519f7b98f 100644 --- a/share/man/man4/pppoe.4 +++ b/share/man/man4/pppoe.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pppoe.4,v 1.20 2008/06/26 05:42:07 ray Exp $ +.\" $OpenBSD: pppoe.4,v 1.21 2009/04/06 13:53:53 ajacoutot Exp $ .\" $NetBSD: pppoe.4,v 1.26 2003/10/02 07:06:36 wiz Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 26 2008 $ +.Dd $Mdocdate: April 6 2009 $ .Dt PPPOE 4 .Os .Sh NAME @@ -200,7 +200,7 @@ The following rule in .Xr pf.conf 5 would set the MSS to 1440: .Pp -.Dl scrub out on pppoe0 max-mss 1440 +.Dl match on pppoe0 scrub (max-mss 1440) .Pp Although in theory the maximum MSS over a PPPoE interface is 1452 bytes, |