summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJohn Southworth <john.southworth@vyatta.com>2012-01-30 20:35:53 -0800
committerJohn Southworth <john.southworth@vyatta.com>2012-01-30 20:35:53 -0800
commit0c4557f3e45a503e4d67e03f6c132bac63c09738 (patch)
treef112cd4866e936b03f1a2c8a39762cb72240407a /scripts
parent7ff16c3a72f9a3814563b0bea846e7fa565ff9d2 (diff)
downloadvyatta-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-xscripts/vyatta-qos.pl1
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',