diff options
author | Daniil Baturin <daniil@baturin.org> | 2015-03-30 17:14:08 +0500 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2015-03-30 17:14:08 +0500 |
commit | 6d096bb0a49c2d833a52e8889fa6301ee242f83e (patch) | |
tree | 60370870c22772236e2cd7102aee564f791a9b48 /scripts/vyatta-qos.pl | |
parent | 6ac211677f1053d1b79c00f102202942c5878445 (diff) | |
parent | 8f519389d86f5ec14431208713df2b16383e9fac (diff) | |
download | vyatta-cfg-qos-6d096bb0a49c2d833a52e8889fa6301ee242f83e.tar.gz vyatta-cfg-qos-6d096bb0a49c2d833a52e8889fa6301ee242f83e.zip |
Merge pull request #4 from kouak/bug446
Bug #446: fq_codel patch from Carl Byington
Diffstat (limited to 'scripts/vyatta-qos.pl')
-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', |