summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsobrado <sobrado@openbsd.org>2014-01-10 12:07:19 +0000
committersobrado <sobrado@openbsd.org>2014-01-10 12:07:19 +0000
commit5e5e054789bf45fa5c20cf413763bb594309a60c (patch)
treefcca7a0771e9de94922f0bb5d4beabfd9ecd0e61
parentrevert previous; height is never changed, but top is changed. (diff)
downloadwireguard-openbsd-5e5e054789bf45fa5c20cf413763bb594309a60c.tar.xz
wireguard-openbsd-5e5e054789bf45fa5c20cf413763bb594309a60c.zip
Using random-id is recommended in combination with no-df to ensure
unique IP identifiers. ok henning@
-rw-r--r--share/man/man5/pf.conf.56
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index 2ec87dfb4ae..1bde3d2e873 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.532 2013/12/21 20:57:01 camield Exp $
+.\" $OpenBSD: pf.conf.5,v 1.533 2014/01/10 12:07:19 sobrado Exp $
.\"
.\" Copyright (c) 2002, Daniel Hartmeier
.\" Copyright (c) 2003 - 2013 Henning Brauer <henning@openbsd.org>
@@ -28,7 +28,7 @@
.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: December 21 2013 $
+.Dd $Mdocdate: January 10 2014 $
.Dt PF.CONF 5
.Os
.Sh NAME
@@ -2221,7 +2221,7 @@ blind attacker would have to guess the timestamp as well.
.Pp
For example:
.Pp
-.Dl match in all scrub (no-df max-mss 1440)
+.Dl match in all scrub (no-df random-id max-mss 1440)
.Ss Fragment Handling
The size of IP datagrams (packets) can be significantly larger than the
maximum transmission unit (MTU) of the network.