diff options
author | John Southworth <john.southworth@vyatta.com> | 2012-01-30 20:35:53 -0800 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2012-01-30 20:35:53 -0800 |
commit | 0c4557f3e45a503e4d67e03f6c132bac63c09738 (patch) | |
tree | f112cd4866e936b03f1a2c8a39762cb72240407a /scripts | |
parent | 7ff16c3a72f9a3814563b0bea846e7fa565ff9d2 (diff) | |
download | vyatta-cfg-qos-0c4557f3e45a503e4d67e03f6c132bac63c09738.tar.gz vyatta-cfg-qos-0c4557f3e45a503e4d67e03f6c132bac63c09738.zip |
Add initial support for SFB qdisc, still needs tuning
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 469c50f..fa491a0 100755 --- a/scripts/vyatta-qos.pl +++ b/scripts/vyatta-qos.pl @@ -29,6 +29,7 @@ my %policies = ( 'out' => { 'shaper' => 'TrafficShaper', 'fair-queue' => 'FairQueue', + 'fair-blue' => 'FairBlue', 'rate-control' => 'RateLimiter', 'drop-tail' => 'DropTail', 'network-emulator' => 'NetworkEmulator', |