diff options
author | kouak <kouak@kouak.org> | 2015-01-06 22:43:57 +0100 |
---|---|---|
committer | kouak <kouak@kouak.org> | 2015-01-06 22:43:57 +0100 |
commit | 84ff5a8e76a7b5ff125835719ddc6866d7655866 (patch) | |
tree | 7528eb6f5414b25ff9507a3d064e96a2f3b214df /scripts | |
parent | 52d324c402433e998a94185c92483cc41019260b (diff) | |
download | vyatta-cfg-qos-84ff5a8e76a7b5ff125835719ddc6866d7655866.tar.gz vyatta-cfg-qos-84ff5a8e76a7b5ff125835719ddc6866d7655866.zip |
HFSC Configuration support (#428)
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 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', |