From ed8fa18f6d066b728673b473e7fc2ce646942b29 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Tue, 5 Feb 2008 10:59:27 -0800 Subject: Add help for burst values Fixes: https://bugzilla.vyatta.com/show_bug.cgi?id=2763 --- .../qos-policy/traffic-shaper/node.tag/class/node.tag/burst/node.def | 4 ++++ templates/qos-policy/traffic-shaper/node.tag/default/burst/node.def | 3 +++ 2 files changed, 7 insertions(+) (limited to 'templates') 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: + Burst size in bytes + 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: + Burst size in bytes + Size with scaling suffix (kb, mb, gb) -- cgit v1.2.3