summaryrefslogtreecommitdiff
path: root/templates/qos-policy/rate-limit
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-03-29 17:23:40 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-03-29 17:23:40 -0700
commit4e6e6ff12dd1b3c402717d71f9ee1f8f68545213 (patch)
treebeb517d9c00941372a26d1086ab75a6d698f5e14 /templates/qos-policy/rate-limit
parentdab4e6ebfa43ef7b60eaedb2002cc4724c123d52 (diff)
downloadvyatta-cfg-qos-4e6e6ff12dd1b3c402717d71f9ee1f8f68545213.tar.gz
vyatta-cfg-qos-4e6e6ff12dd1b3c402717d71f9ee1f8f68545213.zip
Rename rate-limiter to rate-control
Bug 4541 Limiting implies packet drop, but this qos-policy does shaping.
Diffstat (limited to 'templates/qos-policy/rate-limit')
-rw-r--r--templates/qos-policy/rate-limit/node.def8
-rw-r--r--templates/qos-policy/rate-limit/node.tag/bandwidth/node.def9
-rw-r--r--templates/qos-policy/rate-limit/node.tag/burst/node.def7
-rw-r--r--templates/qos-policy/rate-limit/node.tag/description/node.def2
-rw-r--r--templates/qos-policy/rate-limit/node.tag/latency/node.def7
5 files changed, 0 insertions, 33 deletions
diff --git a/templates/qos-policy/rate-limit/node.def b/templates/qos-policy/rate-limit/node.def
deleted file mode 100644
index 57bf98e..0000000
--- a/templates/qos-policy/rate-limit/node.def
+++ /dev/null
@@ -1,8 +0,0 @@
-tag:
-type: txt
-help: Set rate limiting policy
-syntax:expression: pattern $VAR(@) "^[[:alnum:]][-_[:alnum:]]*$"
- ; "only alpha-numeric policy name allowed"
-create: /opt/vyatta/sbin/vyatta-qos.pl --create-policy $VAR(.) $VAR(@)
-delete: /opt/vyatta/sbin/vyatta-qos.pl --delete-policy $VAR(@)
-end: /opt/vyatta/sbin/vyatta-qos.pl --apply-policy $VAR(@)
diff --git a/templates/qos-policy/rate-limit/node.tag/bandwidth/node.def b/templates/qos-policy/rate-limit/node.tag/bandwidth/node.def
deleted file mode 100644
index db8ca65..0000000
--- a/templates/qos-policy/rate-limit/node.tag/bandwidth/node.def
+++ /dev/null
@@ -1,9 +0,0 @@
-type: txt
-help: Set the bandwidth limit
-syntax:expression: exec "/opt/vyatta/sbin/vyatta-qos-util.pl --rate $VAR(@)"
-comp_help: Allowed values:
- <number> Bandwidth in Kbps per second
- <number><suffix> Value with scaling suffix
- bits per sec (kbit, mbit, gbit)
- bytes per sec (kbps, mbps, gbps)
-
diff --git a/templates/qos-policy/rate-limit/node.tag/burst/node.def b/templates/qos-policy/rate-limit/node.tag/burst/node.def
deleted file mode 100644
index 4df45de..0000000
--- a/templates/qos-policy/rate-limit/node.tag/burst/node.def
+++ /dev/null
@@ -1,7 +0,0 @@
-type: txt
-help: Set the burst size
-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/rate-limit/node.tag/description/node.def b/templates/qos-policy/rate-limit/node.tag/description/node.def
deleted file mode 100644
index 1e8e64f..0000000
--- a/templates/qos-policy/rate-limit/node.tag/description/node.def
+++ /dev/null
@@ -1,2 +0,0 @@
-type: txt
-help: Set description for this queuing policy
diff --git a/templates/qos-policy/rate-limit/node.tag/latency/node.def b/templates/qos-policy/rate-limit/node.tag/latency/node.def
deleted file mode 100644
index bef5491..0000000
--- a/templates/qos-policy/rate-limit/node.tag/latency/node.def
+++ /dev/null
@@ -1,7 +0,0 @@
-type: txt
-syntax:expression: exec "/opt/vyatta/sbin/vyatta-qos-util.pl --time $VAR(@)"
-default: "50ms"
-help: Set maximum latency
-comp_help: Limit on the queue size based on latency
- <number> Latency in milliseconds
- <number><suffix> Time with suffx (secs, ms, us)