summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2011-05-02 07:05:00 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2011-05-02 07:05:00 +0000
commit0edb919d30f0fac4e371eb1f47afd8b7a53694e3 (patch)
tree6d41fd06907a5e1cb8c2dd7eb46cfdfee1fd3777 /share
parent04984ca16110c937213731124c804243cc4e6f8f (diff)
update BNF for "set limit"; from Lawrence Teo
ok henning
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/pf.conf.57
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index 5758c33ccfc..722ea4547a4 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.492 2011/04/06 13:20:44 claudio Exp $
+.\" $OpenBSD: pf.conf.5,v 1.493 2011/05/02 07:04:59 jmc 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 6 2011 $
+.Dd $Mdocdate: May 2 2011 $
.Dt PF.CONF 5
.Os
.Sh NAME
@@ -2799,7 +2799,8 @@ timeout = ( "tcp.first" | "tcp.opening" | "tcp.established" |
"adaptive.start" | "adaptive.end" ) number
limit-list = limit-item [ [ "," ] limit-list ]
-limit-item = ( "states" | "frags" | "src-nodes" ) number
+limit-item = ( "states" | "frags" | "src-nodes" | "tables" |
+ "table-entries" ) number
pooltype = ( "bitmask" | "random" |
"source-hash" [ ( hex-key | string-key ) ] |