From b0d2fde832dcef9fb1018ce66eed7533c32be43a Mon Sep 17 00:00:00 2001 From: Carl Byington Date: Sat, 8 Nov 2014 16:04:56 -0800 Subject: add fair queue codel queueing (#446) Signed-off-by: kouak --- 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 c88bf0e..b8b1779 100755 --- a/scripts/vyatta-qos.pl +++ b/scripts/vyatta-qos.pl @@ -29,6 +29,7 @@ my %policies = ( 'out' => { 'shaper-hfsc' => 'HFSCShaper', 'shaper' => 'TrafficShaper', + 'fq-codel' => 'FairQueueCodel', 'fair-queue' => 'FairQueue', 'rate-control' => 'RateLimiter', 'drop-tail' => 'DropTail', -- cgit v1.2.3