diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-10-13 07:49:15 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-10-13 07:49:15 -0700 |
commit | 7a26fb2f2ccb8521e4a50cfb463139e4e210fc79 (patch) | |
tree | 0858f9afea5c3b0cd1ea69b18579af3ac36c97f6 | |
parent | dfd2ab785325157da2b3eb2578158d9cc232c688 (diff) | |
download | vyatta-cfg-qos-7a26fb2f2ccb8521e4a50cfb463139e4e210fc79.tar.gz vyatta-cfg-qos-7a26fb2f2ccb8521e4a50cfb463139e4e210fc79.zip |
Default ceiling for default class should be same as rate
It is confusing the default for ceiling for unclassified traffic is 100%
of available bandwidth, especially because there is no default ceiling
for other classes.
-rw-r--r-- | templates/qos-policy/traffic-shaper/node.tag/default/ceiling/node.def | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/qos-policy/traffic-shaper/node.tag/default/ceiling/node.def b/templates/qos-policy/traffic-shaper/node.tag/default/ceiling/node.def index 463c6bb..19234d9 100644 --- a/templates/qos-policy/traffic-shaper/node.tag/default/ceiling/node.def +++ b/templates/qos-policy/traffic-shaper/node.tag/default/ceiling/node.def @@ -1,9 +1,8 @@ type: txt help: Set the bandwidth limit for default traffic -default: "100%" syntax:expression: exec "/opt/vyatta/sbin/vyatta-qos-util.pl --percent-or-rate \"$VAR(@)\"" comp_help: Allowed values: <number> Limit in Kbps - <number>%% Percentage of overall rate (default 100%%) + <number>%% Percentage of overall rate <number><suffix> Value with scaling suffix bits per sec (kbit, mbit, gbit) |