diff options
author | 2009-04-06 13:53:53 +0000 | |
---|---|---|
committer | 2009-04-06 13:53:53 +0000 | |
commit | 8fb7e92c955a35aa4b5a37b5e9aaf9a09a692b0f (patch) | |
tree | c0107826e37e106f7e1decb9a7c21ff6180c3247 | |
parent | more scrub scrubbing (diff) | |
download | wireguard-openbsd-8fb7e92c955a35aa4b5a37b5e9aaf9a09a692b0f.tar.xz wireguard-openbsd-8fb7e92c955a35aa4b5a37b5e9aaf9a09a692b0f.zip |
Adapt PF rule to new scrub syntax.
input from and ok henning@
-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, |