diff options
author | Christiano F. Haesbaert <haesbaert@cvs.openbsd.org> | 2011-11-27 19:55:19 +0000 |
---|---|---|
committer | Christiano F. Haesbaert <haesbaert@cvs.openbsd.org> | 2011-11-27 19:55:19 +0000 |
commit | bc721c33a5aa5f8ed869892239eb885df0c3e47e (patch) | |
tree | cf11ce2e7a13db5bd6067fd4ee8a8b48aa9547af /share/man/man5/pf.conf.5 | |
parent | 9c676e85515ee6b281b9a4a00e92e6623a0862c1 (diff) |
Manpage bits for the recent changes in vlan(4) prio handling.
ok jmc henning sthen claudio
Diffstat (limited to 'share/man/man5/pf.conf.5')
-rw-r--r-- | share/man/man5/pf.conf.5 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index a1765f59e23..3d5117b5c36 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.508 2011/08/30 00:47:16 mikeb Exp $ +.\" $OpenBSD: pf.conf.5,v 1.509 2011/11/27 19:55:18 haesbaert 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: August 30 2011 $ +.Dd $Mdocdate: November 27 2011 $ .Dt PF.CONF 5 .Os .Sh NAME @@ -621,6 +621,10 @@ For example, the following rule will drop 20% of incoming ICMP packets: Packets matching this rule will be assigned a specific queueing priority. Priorities are assigned as integers 0 through 7, with a default priority of 3. +If the packet is transmitted on a +.Xr vlan 4 +interface, the queueing priority will also be written as the priority +code point in the 802.1Q VLAN header. If two priorities are given, packets which have a TOS of .Ar lowdelay and TCP ACKs with no data payload will be assigned to the second one. |