diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-19 15:57:41 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-19 15:57:41 -0700 |
commit | d0a46fc11728e4b97d541c69715117f9f90a3185 (patch) | |
tree | 9c83b84cc3d842b595642031240c075a73b7efc2 /scripts | |
parent | a99799b0f966a9ffca5ad7845708c717c784421f (diff) | |
download | vyatta-op-qos-d0a46fc11728e4b97d541c69715117f9f90a3185.tar.gz vyatta-op-qos-d0a46fc11728e4b97d541c69715117f9f90a3185.zip |
Add support for WRED
Coming in near or future release.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/vyatta-show-queueing.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/vyatta-show-queueing.pl b/scripts/vyatta-show-queueing.pl index 77ec78d..3d3239b 100755 --- a/scripts/vyatta-show-queueing.pl +++ b/scripts/vyatta-show-queueing.pl @@ -47,6 +47,7 @@ my %qdisc_types = ( 'drr' => 'round-robin', 'prio' => 'priority-queue', 'netem' => 'network-emulator', + 'gred' => 'weighted-random', ); # Convert from kernel to vyatta nams |