diff options
-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; } |