summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordhartmei <dhartmei@openbsd.org>2002-11-04 14:30:21 +0000
committerdhartmei <dhartmei@openbsd.org>2002-11-04 14:30:21 +0000
commite6dbea77dc3368aae2d81b7d1186a6327ed75daf (patch)
treed7cfa13db51e4817f777bd41f83001938734a261
parentlog before send disconnect; ok djm@ (diff)
downloadwireguard-openbsd-e6dbea77dc3368aae2d81b7d1186a6327ed75daf.tar.xz
wireguard-openbsd-e6dbea77dc3368aae2d81b7d1186a6327ed75daf.zip
state-opt = "max" seconds -> number, it limits the number of states not
time. ok henning@, pb@
-rw-r--r--share/man/man5/pf.conf.54
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index cb67ae2a71d..338e317ed28 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.101 2002/10/31 10:51:03 pb Exp $
+.\" $OpenBSD: pf.conf.5,v 1.102 2002/11/04 14:30:21 dhartmei Exp $
.\"
.\" Copyright (c) 2002, Daniel Hartmeier
.\" All rights reserved.
@@ -1168,7 +1168,7 @@ tos = "tos" ( "lowdelay" | "throughput" | "reliability" |
[ "0x" ] number ) .
state-opts = state-opt [ [ "," ] state-opts ] .
-state-opt = ( "max" seconds ) | ( timeout seconds ) .
+state-opt = ( "max" number ) | ( timeout seconds ) .
fragmentation = [ "fragment reassemble" | "fragment crop" |
"fragment drop-ovl" ] .