summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorkouak <kouak@kouak.org>2015-01-06 22:43:57 +0100
committerkouak <kouak@kouak.org>2015-01-06 22:43:57 +0100
commit84ff5a8e76a7b5ff125835719ddc6866d7655866 (patch)
tree7528eb6f5414b25ff9507a3d064e96a2f3b214df /scripts
parent52d324c402433e998a94185c92483cc41019260b (diff)
downloadvyatta-cfg-qos-84ff5a8e76a7b5ff125835719ddc6866d7655866.tar.gz
vyatta-cfg-qos-84ff5a8e76a7b5ff125835719ddc6866d7655866.zip
HFSC Configuration support (#428)
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 84f2fd0..c88bf0e 100755
--- a/scripts/vyatta-qos.pl
+++ b/scripts/vyatta-qos.pl
@@ -27,6 +27,7 @@ my $debug = $ENV{'QOS_DEBUG'};
my %policies = (
'out' => {
+ 'shaper-hfsc' => 'HFSCShaper',
'shaper' => 'TrafficShaper',
'fair-queue' => 'FairQueue',
'rate-control' => 'RateLimiter',