diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2015-02-10 06:47:09 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2015-02-10 06:47:09 +0000 |
commit | 70425dbbba2d162e4ad9d01bae71e55f9c7bd1ed (patch) | |
tree | f6428d1eefc1e377b2f347922e351e983c690fc2 /share/man/man5/pf.conf.5 | |
parent | a589dc5a7f5e9f672419d53357dc098e1868a60b (diff) |
document matching on prio
Diffstat (limited to 'share/man/man5/pf.conf.5')
-rw-r--r-- | share/man/man5/pf.conf.5 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 7f665698e4e..d1e8d869794 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.541 2015/01/16 17:20:24 schwarze Exp $ +.\" $OpenBSD: pf.conf.5,v 1.542 2015/02/10 06:47:08 henning 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: January 16 2015 $ +.Dd $Mdocdate: February 10 2015 $ .Dt PF.CONF 5 .Os .Sh NAME @@ -627,6 +627,9 @@ For example, the following rule will drop 20% of incoming ICMP packets: .Pp .Dl block in proto icmp probability 20% .Pp +.It Ar prio Aq Ar number +Only match packets which have the given queueing priority assigned. +.Pp .It Ar received-on Aq Ar interface Only match packets which were received on the specified .Ar interface @@ -2640,7 +2643,7 @@ filteropt = user | group | flags | icmp-type | icmp6-type | "label" string | "tag" string | [ ! ] "tagged" string | "set prio" ( number | "(" number [ [ "," ] number ] ")" ) | "set queue" ( string | "(" string [ [ "," ] string ] ")" ) | - "rtable" number | "probability" number"%" | + "rtable" number | "probability" number"%" | "prio" number | "af-to" af "from" ( redirhost | "{" redirhost-list "}" ) [ "to" ( redirhost | "{" redirhost-list "}" ) ] | "binat-to" ( redirhost | "{" redirhost-list "}" ) |