summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-10-13 07:49:15 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-10-13 07:49:15 -0700
commit7a26fb2f2ccb8521e4a50cfb463139e4e210fc79 (patch)
tree0858f9afea5c3b0cd1ea69b18579af3ac36c97f6
parentdfd2ab785325157da2b3eb2578158d9cc232c688 (diff)
downloadvyatta-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.def3
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)