summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorCarl Byington <carl@five-ten-sg.com>2014-11-08 16:04:56 -0800
committerkouak <kouak@kouak.org>2015-03-26 19:31:14 +0100
commitb0d2fde832dcef9fb1018ce66eed7533c32be43a (patch)
tree9926b4c6216549aa99bd037b3de5c5e6c9a6b962 /scripts
parent6ac211677f1053d1b79c00f102202942c5878445 (diff)
downloadvyatta-cfg-qos-b0d2fde832dcef9fb1018ce66eed7533c32be43a.tar.gz
vyatta-cfg-qos-b0d2fde832dcef9fb1018ce66eed7533c32be43a.zip
add fair queue codel queueing (#446)
Signed-off-by: kouak <kouak@kouak.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/vyatta-qos.pl1
1 files changed, 1 insertions, 0 deletions
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',