summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-11-14 18:19:33 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-11-14 18:19:33 -0800
commit2ce0f33d92163af8f53290fcd7ec2b91e146e1ee (patch)
treeb4d530fb9a265acf7b32aad314fcba09691d6332
parent5d43f116b1c0427d8769773e1f4aa8acc920f7e1 (diff)
parent1038651116e95095563207dd20228371b8a88ba3 (diff)
downloadvyatta-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-xscripts/vyatta-show-queueing.pl2
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);
}