summaryrefslogtreecommitdiff
path: root/templates/qos-policy/traffic-shaper
diff options
context:
space:
mode:
Diffstat (limited to 'templates/qos-policy/traffic-shaper')
-rw-r--r--templates/qos-policy/traffic-shaper/node.tag/class/node.tag/burst/node.def4
-rw-r--r--templates/qos-policy/traffic-shaper/node.tag/default/burst/node.def3
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)