diff options
author | Marco Pfatschbacher <mpf@cvs.openbsd.org> | 2004-11-16 18:09:15 +0000 |
---|---|---|
committer | Marco Pfatschbacher <mpf@cvs.openbsd.org> | 2004-11-16 18:09:15 +0000 |
commit | 0d69bceb570c40db20333a0a8c015c600e6d1415 (patch) | |
tree | 752416215084bf12f7d59d160d2a6d14309226a4 /share | |
parent | 186c15bdd490790a2e30f89350546e5e5889c328 (diff) |
Add "probability" to BNF
ok henning, markus
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/pf.conf.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index cf42f7bf6d0..d34befb6fe4 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.304 2004/11/08 23:32:08 aaron Exp $ +.\" $OpenBSD: pf.conf.5,v 1.305 2004/11/16 18:09:14 mpf Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -2547,7 +2547,8 @@ filteropt = user | group | flags | icmp-type | icmp6-type | tos | "max-mss" number | "random-id" | "reassemble tcp" | fragmentation | "allow-opts" | "label" string | "tag" string | [ ! ] "tagged" string - "queue" ( string | "(" string [ [ "," ] string ] ")" ) + "queue" ( string | "(" string [ [ "," ] string ] ")" ) | + "probability" number"%" nat-rule = [ "no" ] "nat" [ "pass" ] [ "on" ifspec ] [ af ] [ protospec ] hosts [ "tag" string ] |