diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-19 14:59:12 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-19 14:59:12 -0700 |
commit | 86421e23f7bf41195bd7453a0ae93a1104bb27b6 (patch) | |
tree | 1449c78a638e19a9a5bf28f3d7c52fe968353154 /scripts | |
parent | 597ca71de3372a36dd5ea74922b08f2b8d982db5 (diff) | |
download | vyatta-cfg-qos-86421e23f7bf41195bd7453a0ae93a1104bb27b6.tar.gz vyatta-cfg-qos-86421e23f7bf41195bd7453a0ae93a1104bb27b6.zip |
Add Weighted RED Qos
Bug 4296
Ehancement to allow configuring GRED as form of weighted RED.
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 241925a..aa67127 100755 --- a/scripts/vyatta-qos.pl +++ b/scripts/vyatta-qos.pl @@ -34,6 +34,7 @@ my %policies = ( 'network-emulator' => 'NetworkEmulator', 'round-robin' => 'RoundRobin', 'priority-queue' => 'Priority', + 'weighted-random-detect' => 'WeightedRandom', }, 'in' => { 'traffic-limiter' => 'TrafficLimiter', } ); |