summaryrefslogtreecommitdiff
path: root/templates/traffic-policy/limiter
diff options
context:
space:
mode:
authorcurrite <sll@disroot.org>2020-06-25 02:08:23 +0200
committercurrite <sll@disroot.org>2020-06-29 19:47:28 +0200
commitf4317464e69bc9e6156d5734c3c65c24f6667dd0 (patch)
tree05ce479855df2197860cbc7b131c412c2be8990f /templates/traffic-policy/limiter
parent755c57f7d31b16b1e78d4ca4036947453be68e4f (diff)
downloadvyatta-cfg-qos-f4317464e69bc9e6156d5734c3c65c24f6667dd0.tar.gz
vyatta-cfg-qos-f4317464e69bc9e6156d5734c3c65c24f6667dd0.zip
qos: T2572: fix default tc units
Fix every wrong default unit in rates for Limiter, Network Emulator, Rate Control, Shaper and Shaper HFSC. Delete default unit help for Random Detect. (cherry picked from commit b44a95e70057d7ffbe0991449d901ade71b83e04)
Diffstat (limited to 'templates/traffic-policy/limiter')
-rw-r--r--templates/traffic-policy/limiter/node.tag/class/node.tag/bandwidth/node.def2
-rw-r--r--templates/traffic-policy/limiter/node.tag/default/bandwidth/node.def2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/traffic-policy/limiter/node.tag/class/node.tag/bandwidth/node.def b/templates/traffic-policy/limiter/node.tag/class/node.tag/bandwidth/node.def
index 1e1f95b..f5ea405 100644
--- a/templates/traffic-policy/limiter/node.tag/class/node.tag/bandwidth/node.def
+++ b/templates/traffic-policy/limiter/node.tag/class/node.tag/bandwidth/node.def
@@ -2,5 +2,5 @@ type: txt
help: Traffic-limit used for this class [REQUIRED]
syntax:expression: exec "/opt/vyatta/sbin/vyatta-qos-util.pl --rate $VAR(@)"
-val_help: <number>; Rate in k (1000) bytes per second
+val_help: <number>; Rate in kbit (kilobit per second)
val_help: <number><suffix>; Rate with scaling suffix (mbit, mbps, ...)
diff --git a/templates/traffic-policy/limiter/node.tag/default/bandwidth/node.def b/templates/traffic-policy/limiter/node.tag/default/bandwidth/node.def
index 59cb0f1..b494d87 100644
--- a/templates/traffic-policy/limiter/node.tag/default/bandwidth/node.def
+++ b/templates/traffic-policy/limiter/node.tag/default/bandwidth/node.def
@@ -2,5 +2,5 @@ type: txt
help: Traffic-limit used for this class
syntax:expression: exec "/opt/vyatta/sbin/vyatta-qos-util.pl --rate $VAR(@)"
-val_help: <number>; Rate in k (1000) bytes per second
+val_help: <number>; Rate in kbit (kilobit per second)
val_help: <number><suffix>; Rate with scaling suffix (mbit, mbps, ...)