diff options
author | 2011-05-02 07:04:59 +0000 | |
---|---|---|
committer | 2011-05-02 07:04:59 +0000 | |
commit | 17b4ad2d2e6a0f05611b72971d944b3e87142c69 (patch) | |
tree | 30464b7cfafa12c3e92a4b86f04f803997edeeec | |
parent | Don't include sys/param.h and reformat some lines. (diff) | |
download | wireguard-openbsd-17b4ad2d2e6a0f05611b72971d944b3e87142c69.tar.xz wireguard-openbsd-17b4ad2d2e6a0f05611b72971d944b3e87142c69.zip |
update BNF for "set limit"; from Lawrence Teo
ok henning
-rw-r--r-- | share/man/man5/pf.conf.5 | 7 |
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 ) ] | |