diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-02 22:26:17 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-02 22:26:17 +0000 |
commit | a027515581b2b2bd1f284ce9b1be95ea0d8f7a72 (patch) | |
tree | 056286b6d0417791c2e45490b285db6e1afdc726 /share/man | |
parent | ff9e6c4a220b7fe108bf801606c2bc91625c3dd0 (diff) |
explain bandwidth specs better and cope with the last changes
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/pf.conf.5 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 64863c34c0b..200c83530dd 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.132 2002/12/01 22:21:38 henning Exp $ +.\" $OpenBSD: pf.conf.5,v 1.133 2002/12/02 22:26:16 henning Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -353,6 +353,10 @@ The type is required where currently only CBQ is supported. .Pa bandwidth is optional and specifies the maximum rate for all queues on this interface. +If no value is given here, the interface's bandwidth is used. +The value must not exceed the interface bandwidth and can be specified +in absolute and percentage values, where the latter ones are relative to the +interface bandwidth. .Pa qlimit is optional and specifies the maximum number of packets in this queue. .Pa tbrsize @@ -376,7 +380,8 @@ rule. .Pa bandwidth sets the maximum bitrate that can be processed by this queue. The value must not exceed the value of the parent queue and can be specified -in absolute and percentage values. +in absolute and percentage values, the latter ones are relative to the parent +queue's bandwidth. Between queues a .Pa priority level can be set. |