diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-19 16:07:42 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-19 16:07:42 -0700 |
commit | a621b1970b76f7d7585261ba6255b1fa63dc520c (patch) | |
tree | 1ac0315daee5a4b95ba5953956385c046348147e /scripts/vyatta-qos.pl | |
parent | e1ae2edb9fe3cfd41535bb6f0bd2132e2b23ad47 (diff) | |
download | vyatta-cfg-qos-a621b1970b76f7d7585261ba6255b1fa63dc520c.tar.gz vyatta-cfg-qos-a621b1970b76f7d7585261ba6255b1fa63dc520c.zip |
Rename weighted-random
Having too long a name messes up column output on operational commands.
Diffstat (limited to 'scripts/vyatta-qos.pl')
-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 aa67127..9d13b59 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-detect' => 'WeightedRandom', + 'weighted-random' => 'WeightedRandom', }, 'in' => { 'traffic-limiter' => 'TrafficLimiter', } ); |