diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-03-29 20:10:35 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-03-29 20:10:35 -0700 |
commit | 70800ac20c91f9be92afa188def2ec658c355b1f (patch) | |
tree | 0ac275d276edf70dc49715a626435c4ee85629fd /scripts | |
parent | 431941ee7180b6b653d612719f7f2dc0f9d1e724 (diff) | |
parent | 7121476081caa04652c356f69fa5fa5ac8d2d930 (diff) | |
download | vyatta-cfg-qos-70800ac20c91f9be92afa188def2ec658c355b1f.tar.gz vyatta-cfg-qos-70800ac20c91f9be92afa188def2ec658c355b1f.zip |
Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-qos into larkspur
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/vyatta-qos.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/vyatta-qos.pl b/scripts/vyatta-qos.pl index fa03293..7abfacc 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', |