From a621b1970b76f7d7585261ba6255b1fa63dc520c Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Tue, 19 May 2009 16:07:42 -0700 Subject: Rename weighted-random Having too long a name messes up column output on operational commands. --- scripts/vyatta-qos.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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', } ); -- cgit v1.2.3