diff options
author | 2003-02-28 22:43:59 +0000 | |
---|---|---|
committer | 2003-02-28 22:43:59 +0000 | |
commit | 3a673780c7cba09f59b743c53424e464e304edb6 (patch) | |
tree | c67822d8cf28eb2649e5481226dbc48738759023 | |
parent | a cbq queue cannot be both default and control queue (diff) | |
download | wireguard-openbsd-3a673780c7cba09f59b743c53424e464e304edb6.tar.xz wireguard-openbsd-3a673780c7cba09f59b743c53424e464e304edb6.zip |
note that default and control queue must not be identical
-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 |