diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-11-14 18:19:33 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-11-14 18:19:33 -0800 |
commit | 2ce0f33d92163af8f53290fcd7ec2b91e146e1ee (patch) | |
tree | b4d530fb9a265acf7b32aad314fcba09691d6332 | |
parent | 5d43f116b1c0427d8769773e1f4aa8acc920f7e1 (diff) | |
parent | 1038651116e95095563207dd20228371b8a88ba3 (diff) | |
download | vyatta-op-qos-2ce0f33d92163af8f53290fcd7ec2b91e146e1ee.tar.gz vyatta-op-qos-2ce0f33d92163af8f53290fcd7ec2b91e146e1ee.zip |
Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-op-qos into jenner
-rwxr-xr-x | scripts/vyatta-show-queueing.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-show-queueing.pl b/scripts/vyatta-show-queueing.pl index 1827ead..6aaee57 100755 --- a/scripts/vyatta-show-queueing.pl +++ b/scripts/vyatta-show-queueing.pl @@ -248,7 +248,7 @@ if ( $#ARGV == -1 ) { close $ip; } -foreach my $interface (@ARGV) { +foreach my $interface (sort @ARGV) { show($interface); } |