Bug #7579
pftop size sort is same as none
Start date:
05/20/2017
Due date:
% Done:
100%
Estimated time:
Affected Version:
All
Affected Architecture:
All
Description
diag_pftop.php has "Size" for sorttype which is not a order type
known by pftop. (sort_size_callback in pftop is "Bytes".)
Size is not a sort option and is same as "none".
(I noticed this while working on my book.
My list of bugs is at http://reedmedia.net/books/pfsense/bugs.html )
Associated revisions
Remove pftop size from this list, too. Fixes #7579
History
#1
Updated by Jim Pingle over 3 years ago
- Category set to Web Interface
- Status changed from New to Assigned
- Assignee set to Jim Pingle
- Target version set to 2.4.0
- Affected Version set to All
- Affected Architecture All added
- Affected Architecture deleted (
)
#2
Updated by Jim Pingle over 3 years ago
FYI- The man page is wrong on this, then. It appears we originally included it since the man page listed it among the valid options.
#3
Updated by Jim Pingle over 3 years ago
- Status changed from Assigned to Feedback
- % Done changed from 0 to 100
Applied in changeset 9cf0609b8b8c8f3104326d883f3d0fac9359a896.
#4
Updated by Jim Pingle over 3 years ago
- Status changed from Feedback to Resolved
Needed one more fix but now it's OK.
Remove "size" option from pftop as it does nothing. The "bytes" option is the correct one to use. Fixes #7579