diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-04-20 20:42:50 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-04-20 20:42:50 +0000 |
commit | 9a7e5f76abcf270fc2da66872e38e8a213645d2b (patch) | |
tree | e96a1ef037b9d74b5feb214cf3f1ce72e3d3b071 /share/man | |
parent | 5fe8d873c64f812eb594f9a9388e16ecb896813a (diff) |
Don't talk about a "scrub reassemble tcp" rule, talk about "reassemble
tcp" parameter. ok henning@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/pf.conf.5 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index b16af23d222..5740a6214b0 100644 --- a/share/man/man5/pf.conf.5 +++ b/share/man/man5/pf.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pf.conf.5,v 1.427 2009/04/17 07:00:26 jmc Exp $ +.\" $OpenBSD: pf.conf.5,v 1.428 2009/04/20 20:42:49 sthen Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 17 2009 $ +.Dd $Mdocdate: April 20 2009 $ .Dt PF.CONF 5 .Os .Sh NAME @@ -1074,9 +1074,9 @@ removed. .Pp This has several advantages. For TCP connections, comparing a packet to a state involves checking -its sequence numbers, as well as TCP timestamps if a -.Ar scrub reassemble tcp -rule applies to the connection. +its sequence numbers, as well as TCP timestamps if a rule using the +.Ar reassemble tcp +parameter applies to the connection. If these values are outside the narrow windows of expected values, the packet is dropped. This prevents spoofing attacks, such as when an attacker sends packets with |