From 86421e23f7bf41195bd7453a0ae93a1104bb27b6 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Tue, 19 May 2009 14:59:12 -0700 Subject: Add Weighted RED Qos Bug 4296 Ehancement to allow configuring GRED as form of weighted RED. --- scripts/vyatta-qos.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/vyatta-qos.pl b/scripts/vyatta-qos.pl index 241925a..aa67127 100755 --- a/scripts/vyatta-qos.pl +++ b/scripts/vyatta-qos.pl @@ -34,6 +34,7 @@ my %policies = ( 'network-emulator' => 'NetworkEmulator', 'round-robin' => 'RoundRobin', 'priority-queue' => 'Priority', + 'weighted-random-detect' => 'WeightedRandom', }, 'in' => { 'traffic-limiter' => 'TrafficLimiter', } ); -- cgit v1.2.3