diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-04-14 15:22:03 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-04-14 15:22:03 -0700 |
commit | c51bb3fddbc497f48cb3a34ae002d48886183fb9 (patch) | |
tree | 530e68ccca91849aa573dc368405dee29ace044f | |
parent | bea4296e852b5f15ef68f4ad16ea394f6a164eb2 (diff) | |
download | vyatta-op-qos-c51bb3fddbc497f48cb3a34ae002d48886183fb9.tar.gz vyatta-op-qos-c51bb3fddbc497f48cb3a34ae002d48886183fb9.zip |
Remove extra p from Backlog
-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 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; } |