diff options
author | Carl Byington <carl@five-ten-sg.com> | 2014-11-08 16:04:56 -0800 |
---|---|---|
committer | kouak <kouak@kouak.org> | 2015-03-26 19:31:14 +0100 |
commit | b0d2fde832dcef9fb1018ce66eed7533c32be43a (patch) | |
tree | 9926b4c6216549aa99bd037b3de5c5e6c9a6b962 /scripts | |
parent | 6ac211677f1053d1b79c00f102202942c5878445 (diff) | |
download | vyatta-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-x | scripts/vyatta-qos.pl | 1 |
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', |