summaryrefslogtreecommitdiff
path: root/scripts/vyatta-qos.pl
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-05-19 16:07:42 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-05-19 16:07:42 -0700
commita621b1970b76f7d7585261ba6255b1fa63dc520c (patch)
tree1ac0315daee5a4b95ba5953956385c046348147e /scripts/vyatta-qos.pl
parente1ae2edb9fe3cfd41535bb6f0bd2132e2b23ad47 (diff)
downloadvyatta-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-xscripts/vyatta-qos.pl2
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', }
);