diff options
Diffstat (limited to 'templates/traffic-policy/rate-control')
3 files changed, 8 insertions, 6 deletions
diff --git a/templates/traffic-policy/rate-control/node.tag/bandwidth/node.def b/templates/traffic-policy/rate-control/node.tag/bandwidth/node.def index 22b4e23..7f08b01 100644 --- a/templates/traffic-policy/rate-control/node.tag/bandwidth/node.def +++ b/templates/traffic-policy/rate-control/node.tag/bandwidth/node.def @@ -1,5 +1,6 @@ type: txt help: Bandwidth limit 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><suffix>; Rate with scaling suffix (mbit, mbps, ...) + +val_help: <number>; Rate in k (1000) bytes per second +val_help: <number><suffix>; Rate with scaling suffix (mbit, mbps, ...) diff --git a/templates/traffic-policy/rate-control/node.tag/burst/node.def b/templates/traffic-policy/rate-control/node.tag/burst/node.def index b9f3aa0..0889449 100644 --- a/templates/traffic-policy/rate-control/node.tag/burst/node.def +++ b/templates/traffic-policy/rate-control/node.tag/burst/node.def @@ -3,5 +3,5 @@ help: Burst size default: "15k" syntax:expression: exec "/opt/vyatta/sbin/vyatta-qos-util.pl --burst $VAR(@)" -val_help:<number>; Bytes -val_help:<number><suffix>; Bytes with scaling suffix (kb, mb, gb) +val_help: <number>; Bytes +val_help: <number><suffix>; Bytes with scaling suffix (kb, mb, gb) diff --git a/templates/traffic-policy/rate-control/node.tag/latency/node.def b/templates/traffic-policy/rate-control/node.tag/latency/node.def index 89196dd..e8d958d 100644 --- a/templates/traffic-policy/rate-control/node.tag/latency/node.def +++ b/templates/traffic-policy/rate-control/node.tag/latency/node.def @@ -2,5 +2,6 @@ type: txt syntax:expression: exec "/opt/vyatta/sbin/vyatta-qos-util.pl --time $VAR(@)" default: "50ms" help: Maximum latency -val_help:<number>; Time in milliseconds -val_help:<number><suffix>; Time with suffix (secs, ms, us) + +val_help: <number>; Time in milliseconds +val_help: <number><suffix>; Time with suffix (secs, ms, us) |