summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2013-01-16 02:43:25 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2013-01-16 02:43:25 +0000
commit563196357d0a0261ecc419589a9ec1983a07bed6 (patch)
tree88394c553b90242c56a0371bcdf381dc5d272b9d /share/man
parentad612b236fa920d5173781da905359e408b406a0 (diff)
move the "set queue" block a bit down so that
a) things are in alphabetical order again b) the "described below" in the set prio section actually refers to a block of text below and not above it... ok jsing
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man5/pf.conf.538
1 files changed, 19 insertions, 19 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index 345762a8384..cd5ebb20766 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.524 2013/01/16 01:49:20 henning Exp $
+.\" $OpenBSD: pf.conf.5,v 1.525 2013/01/16 02:43:24 henning Exp $
.\"
.\" Copyright (c) 2002, Daniel Hartmeier
.\" All rights reserved.
@@ -622,24 +622,6 @@ For example, the following rule will drop 20% of incoming ICMP packets:
.Pp
.Dl block in proto icmp probability 20%
.Pp
-.It Xo Ar set queue Aq Ar queue
-.No \*(Ba ( Aq Ar queue ,
-.Aq Ar queue )
-.Xc
-Packets matching this rule will be assigned to the specified queue.
-If two queues are given, packets which have a TOS of
-.Ar lowdelay
-and TCP ACKs with no data payload will be assigned to the second one.
-See
-.Sx QUEUEING
-for setup details.
-.Pp
-For example:
-.Bd -literal -offset indent
-pass in proto tcp to port 25 set queue mail
-pass in proto tcp to port 22 set queue(ssh_bulk, ssh_prio)
-.Ed
-.Pp
.It Ar received-on Aq Ar interface
Only match packets which were received on the specified
.Ar interface
@@ -677,6 +659,24 @@ configuration, unlike the queues described below and in the
.Sx QUEUEING
section.
.Pp
+.It Xo Ar set queue Aq Ar queue
+.No \*(Ba ( Aq Ar queue ,
+.Aq Ar queue )
+.Xc
+Packets matching this rule will be assigned to the specified queue.
+If two queues are given, packets which have a TOS of
+.Ar lowdelay
+and TCP ACKs with no data payload will be assigned to the second one.
+See
+.Sx QUEUEING
+for setup details.
+.Pp
+For example:
+.Bd -literal -offset indent
+pass in proto tcp to port 25 set queue mail
+pass in proto tcp to port 22 set queue(ssh_bulk, ssh_prio)
+.Ed
+.Pp
.It Xo Ar set tos Aq Ar string
.No \*(Ba Aq Ar number
.Xc