summaryrefslogtreecommitdiff
path: root/scripts/vyatta-qos.pl
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-05-19 14:59:12 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-05-19 14:59:12 -0700
commit86421e23f7bf41195bd7453a0ae93a1104bb27b6 (patch)
tree1449c78a638e19a9a5bf28f3d7c52fe968353154 /scripts/vyatta-qos.pl
parent597ca71de3372a36dd5ea74922b08f2b8d982db5 (diff)
downloadvyatta-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/vyatta-qos.pl')
-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 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', }
);