diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-19 15:58:12 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-19 15:58:12 -0700 |
commit | 2c645b377ee516b4408989034ef70ab0ec76e10c (patch) | |
tree | 2b80aed74c0703a299c0e5ed7e81b372e8b2d62e | |
parent | dc8a8f6103b8395364362e0fed607289bd7783fe (diff) | |
parent | d0a46fc11728e4b97d541c69715117f9f90a3185 (diff) | |
download | vyatta-op-qos-2c645b377ee516b4408989034ef70ab0ec76e10c.tar.gz vyatta-op-qos-2c645b377ee516b4408989034ef70ab0ec76e10c.zip |
Merge branch 'jenner' of nehalam:git/vyatta-op-qos into jenner
-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 |