diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-02-05 10:59:27 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-02-05 10:59:27 -0800 |
commit | ed8fa18f6d066b728673b473e7fc2ce646942b29 (patch) | |
tree | 367f99817c5398dec653ffb5162551eb6a178ae0 /templates/qos-policy | |
parent | 2e846fde9ce03b52e43ee6a1d81755429c027971 (diff) | |
download | vyatta-cfg-qos-ed8fa18f6d066b728673b473e7fc2ce646942b29.tar.gz vyatta-cfg-qos-ed8fa18f6d066b728673b473e7fc2ce646942b29.zip |
Add help for burst values
Fixes: https://bugzilla.vyatta.com/show_bug.cgi?id=2763
Diffstat (limited to 'templates/qos-policy')
-rw-r--r-- | templates/qos-policy/traffic-shaper/node.tag/class/node.tag/burst/node.def | 4 | ||||
-rw-r--r-- | templates/qos-policy/traffic-shaper/node.tag/default/burst/node.def | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/templates/qos-policy/traffic-shaper/node.tag/class/node.tag/burst/node.def b/templates/qos-policy/traffic-shaper/node.tag/class/node.tag/burst/node.def index f6b4dd7..692d80e 100644 --- a/templates/qos-policy/traffic-shaper/node.tag/class/node.tag/burst/node.def +++ b/templates/qos-policy/traffic-shaper/node.tag/class/node.tag/burst/node.def @@ -1,3 +1,7 @@ type: txt help: Set the burst size for this class +default: "15k" syntax:expression: exec "/opt/vyatta/sbin/vyatta-qos-util.pl --burst \"$VAR(@)\"" +comp_help: Allowed values: + <number> Burst size in bytes + <number><suffix> Size with scaling suffix (kb, mb, gb) diff --git a/templates/qos-policy/traffic-shaper/node.tag/default/burst/node.def b/templates/qos-policy/traffic-shaper/node.tag/default/burst/node.def index 6fb0187..927bfac 100644 --- a/templates/qos-policy/traffic-shaper/node.tag/default/burst/node.def +++ b/templates/qos-policy/traffic-shaper/node.tag/default/burst/node.def @@ -2,3 +2,6 @@ type: txt help: Set the burst size for default traffic default: "15k" syntax:expression: exec "/opt/vyatta/sbin/vyatta-qos-util.pl --burst \"$VAR(@)\"" +comp_help: Allowed values: + <number> Burst size in bytes + <number><suffix> Size with scaling suffix (kb, mb, gb) |