diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-05-14 15:51:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-05-14 15:51:43 +0000 |
commit | 644e930909da602b7c6235e342174b1b365a7fc6 (patch) | |
tree | 15235c01a4adf7b6c205fea8674c42d7737f311c | |
parent | 9972fe3b0bc4ffdcafdc3c9c69d8a65b08a53c25 (diff) |
interface bandwidths can change; ok henning
-rw-r--r-- | share/man/man5/pf.conf.5 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index e4802787642..e4e45be91ba 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.345 2006/05/01 15:17:41 jmc Exp $ +.\" $OpenBSD: pf.conf.5,v 1.346 2006/05/14 15:51:42 deraadt Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -801,7 +801,9 @@ gigabits per second, respectively. The value must not exceed the interface bandwidth. If .Ar bandwidth -is not specified, the interface bandwidth is used. +is not specified, the interface bandwidth is used +(but take note that some interfaces do not know their bandwidth, +or can adapt their bandwidth rates). .It Ar qlimit Aq Ar limit The maximum number of packets held in the queue. The default is 50. |