diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-23 15:20:39 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-23 15:20:39 -0700 |
commit | db46414604dbf57bc9ed0691498f3f2bc2a8ee52 (patch) | |
tree | ae436b59b302747de795ca2ab07cd08f44ad29ad /scripts | |
parent | f6471b4397554474ce669eb5ef2c8d568c1cd1b1 (diff) | |
parent | 87794a3d5ddb55af9cc298ec97b2892918e657d4 (diff) | |
download | vyatta-cfg-qos-db46414604dbf57bc9ed0691498f3f2bc2a8ee52.tar.gz vyatta-cfg-qos-db46414604dbf57bc9ed0691498f3f2bc2a8ee52.zip |
Merge branch 'jenner' of nehalam:git/vyatta-cfg-qos into jenner
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/vyatta-qos.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-qos.pl b/scripts/vyatta-qos.pl index 9d13b59..693da36 100755 --- a/scripts/vyatta-qos.pl +++ b/scripts/vyatta-qos.pl @@ -34,7 +34,7 @@ my %policies = ( 'network-emulator' => 'NetworkEmulator', 'round-robin' => 'RoundRobin', 'priority-queue' => 'Priority', - 'weighted-random' => 'WeightedRandom', + 'random-detect' => 'RandomDetect', }, 'in' => { 'traffic-limiter' => 'TrafficLimiter', } ); |