summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-04-14 15:22:03 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-04-14 15:22:03 -0700
commitc51bb3fddbc497f48cb3a34ae002d48886183fb9 (patch)
tree530e68ccca91849aa573dc368405dee29ace044f
parentbea4296e852b5f15ef68f4ad16ea394f6a164eb2 (diff)
downloadvyatta-op-qos-c51bb3fddbc497f48cb3a34ae002d48886183fb9.tar.gz
vyatta-op-qos-c51bb3fddbc497f48cb3a34ae002d48886183fb9.zip
Remove extra p from Backlog
-rwxr-xr-xscripts/vyatta-show-queueing.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/vyatta-show-queueing.pl b/scripts/vyatta-show-queueing.pl
index e1bf0e0..adf4b9a 100755
--- a/scripts/vyatta-show-queueing.pl
+++ b/scripts/vyatta-show-queueing.pl
@@ -204,6 +204,7 @@ sub show {
# rate 0bit 0pps backlog 0b 23p requeues 0
( undef, undef, undef, undef, undef, $backlog ) = @fields;
+ $backlog =~ s/p$//;
printf $fmt, $id, $shaper, $sent, $drop, $over, $backlog;
}