From 87794a3d5ddb55af9cc298ec97b2892918e657d4 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Sat, 23 May 2009 08:57:19 -0700 Subject: Reimplementation of WRED Make a simpler version of WRED that acts more like Cisco. Use Diffserv on Linux paper for example of how to use DSMARK and GRED to achieve similar result. --- 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 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', } ); -- cgit v1.2.3