diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-02-28 22:44:00 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-02-28 22:44:00 +0000 |
commit | f87132d3443ea2789f2129ec5addbd5524b4b95b (patch) | |
tree | fdacd7c778766718e6dcc8cec25b9bd2b1b7aa65 /share/man/man5 | |
parent | c5a013a847986bca79942e074eac6ecc5e0d956e (diff) |
note that default and control queue must not be identical
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/pf.conf.5 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 7f92582ad6f..cb05b3d0f45 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.187 2003/02/21 16:59:29 henning Exp $ +.\" $OpenBSD: pf.conf.5,v 1.188 2003/02/28 22:43:59 henning Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -581,6 +581,7 @@ Exactly one default queue is required. The queue can borrow bandwidth from the parent. .It Ar control Control-class packets (RSVP, IGMP, ICMP) are assigned to this queue. +Must not be identical to the default queue. .It Ar red Enable RED (Random Early Detection) on this queue. RED drops packets with a probability proportional to the average |