summaryrefslogtreecommitdiff
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
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.
-rwxr-xr-xscripts/vyatta-qos.pl4
-rw-r--r--templates/qos-policy/rate-control/node.def (renamed from templates/qos-policy/rate-limit/node.def)0
-rw-r--r--templates/qos-policy/rate-control/node.tag/bandwidth/node.def (renamed from templates/qos-policy/rate-limit/node.tag/bandwidth/node.def)0
-rw-r--r--templates/qos-policy/rate-control/node.tag/burst/node.def (renamed from templates/qos-policy/rate-limit/node.tag/burst/node.def)0
-rw-r--r--templates/qos-policy/rate-control/node.tag/description/node.def (renamed from templates/qos-policy/rate-limit/node.tag/description/node.def)0
-rw-r--r--templates/qos-policy/rate-control/node.tag/latency/node.def (renamed from templates/qos-policy/rate-limit/node.tag/latency/node.def)0
6 files changed, 2 insertions, 2 deletions
diff --git a/scripts/vyatta-qos.pl b/scripts/vyatta-qos.pl
index 6fc38dc..4a3783e 100755
--- a/scripts/vyatta-qos.pl
+++ b/scripts/vyatta-qos.pl
@@ -28,10 +28,10 @@ my $debug = $ENV{'QOS_DEBUG'};
my %policies = (
'traffic-shaper' => 'TrafficShaper',
'fair-queue' => 'FairQueue',
- 'rate-limit' => 'RateLimiter',
+ 'rate-control' => 'RateLimiter',
'drop-tail' => 'DropTail',
'network-emulator' => 'NetworkEmulator',
- 'round-robin' => 'RoundRobin',
+ 'round-robin' => 'RoundRobin',
'priority-queue' => 'Priority',
'random-detect' => 'RandomDetect',
'traffic-limiter' => 'TrafficLimiter',
diff --git a/templates/qos-policy/rate-limit/node.def b/templates/qos-policy/rate-control/node.def
index 57bf98e..57bf98e 100644
--- a/templates/qos-policy/rate-limit/node.def
+++ b/templates/qos-policy/rate-control/node.def
diff --git a/templates/qos-policy/rate-limit/node.tag/bandwidth/node.def b/templates/qos-policy/rate-control/node.tag/bandwidth/node.def
index db8ca65..db8ca65 100644
--- a/templates/qos-policy/rate-limit/node.tag/bandwidth/node.def
+++ b/templates/qos-policy/rate-control/node.tag/bandwidth/node.def
diff --git a/templates/qos-policy/rate-limit/node.tag/burst/node.def b/templates/qos-policy/rate-control/node.tag/burst/node.def
index 4df45de..4df45de 100644
--- a/templates/qos-policy/rate-limit/node.tag/burst/node.def
+++ b/templates/qos-policy/rate-control/node.tag/burst/node.def
diff --git a/templates/qos-policy/rate-limit/node.tag/description/node.def b/templates/qos-policy/rate-control/node.tag/description/node.def
index 1e8e64f..1e8e64f 100644
--- a/templates/qos-policy/rate-limit/node.tag/description/node.def
+++ b/templates/qos-policy/rate-control/node.tag/description/node.def
diff --git a/templates/qos-policy/rate-limit/node.tag/latency/node.def b/templates/qos-policy/rate-control/node.tag/latency/node.def
index bef5491..bef5491 100644
--- a/templates/qos-policy/rate-limit/node.tag/latency/node.def
+++ b/templates/qos-policy/rate-control/node.tag/latency/node.def