diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-15 22:58:27 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-15 22:58:27 -0700 |
commit | 0af6f3b983748b43b2d17a1070311258476c0230 (patch) | |
tree | b19f110d735d51100647f644c8e98fa974601c36 /debian/control | |
parent | c51bb3fddbc497f48cb3a34ae002d48886183fb9 (diff) | |
download | vyatta-op-qos-0af6f3b983748b43b2d17a1070311258476c0230.tar.gz vyatta-op-qos-0af6f3b983748b43b2d17a1070311258476c0230.zip |
Update show queueing command
Fix issues with sorting of class ids (Bug 3885) and ingress classes (Bug 3896)
plus add support for nested classes (Bug 4274) even though they can't
be configured yet.
But wait there's more. Add a rate field since it is there and might
be useful as well.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 07dc765..e901e9b 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,8 @@ Package: vyatta-op-qos Architecture: all Depends: vyatta-op, vyatta-bash | bash (>= 3.1), - iproute | vyatta-iproute + iproute | vyatta-iproute, + libtree-simple-perl Suggests: util-linux (>= 2.13-5), ethtool Description: Vyatta operational commands for QOS |