diff options
author | 2004-10-18 23:08:08 +0000 | |
---|---|---|
committer | 2004-10-18 23:08:08 +0000 | |
commit | bf95dafa06eabb2e96712352222b2d578f8b9f54 (patch) | |
tree | 30a4e5bd0dba8785aa87a822461815e7e7ce9830 | |
parent | Update to tzcode2004e from elsie.nci.nih.gov (diff) | |
download | wireguard-openbsd-bf95dafa06eabb2e96712352222b2d578f8b9f54.tar.xz wireguard-openbsd-bf95dafa06eabb2e96712352222b2d578f8b9f54.zip |
'random-id' no longer applies only to outgoing packets.
-rw-r--r-- | share/man/man5/pf.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 4c0b60c3872..d0033b1a3de 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.301 2004/09/21 16:59:11 aaron Exp $ +.\" $OpenBSD: pf.conf.5,v 1.302 2004/10/18 23:08:08 mcbride Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -547,7 +547,7 @@ Enforces a maximum MSS for matching TCP packets. .It Ar random-id Replaces the IP identification field with random values to compensate for predictable values generated by many hosts. -This option only applies to outgoing packets that are not fragmented +This option only applies to packets that are not fragmented after the optional fragment reassembly. .It Ar fragment reassemble Using |