Actions
Feature #15437
closedUse natural sorting when sorting interfaces
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
24.11
Release Notes:
Default
Description
When the option Interfaces Sort / Sort Alphabetically is enabled, Interfaces are sorted alphabetically instead of naturally. This causes interfaces to be sorted like this:
- LAN
- VLAN12
- VLAN120
- VLAN24
- VLAN240
- WAN
This behavior is not at all great for interface-descriptions containing numbers as it causes even more confusion than unsorted interfaces. Natural sort would improve this a lot:
- LAN
- VLAN12
- VLAN24
- VLAN120
- VlAN240
- WAN
Updated by Flo Faber 7 months ago
Opened a PR on GitHub: https://github.com/pfsense/pfsense/pull/4683
Updated by Jim Pingle 7 months ago
- Tracker changed from Bug to Feature
- Affected Architecture deleted (
All)
Updated by Marcos M about 2 months ago
- Subject changed from Interfaces sorted alphabetically instead of naturally to Use natural sorting when sorting interfaces
- Status changed from New to Pull Request Review
- Target version set to 2.8.0
- Plus Target Version set to 24.08
Updated by Marcos M about 2 months ago
- Status changed from Pull Request Review to Feedback
- % Done changed from 0 to 100
Updated by Jim Pingle about 1 month ago
- Plus Target Version changed from 24.08 to 24.11
Updated by Alhusein Zawi about 1 month ago
after enabling "Sort Alphabetically"
LAN
VLAN1
VLAN12
VLAN120
VLAN24
VlAN240
WAN
24.11-ALPHA (amd64)
built on Sat Oct 12 8:22:00 PDT 2024
FreeBSD 15.0-CURRENT
Updated by Christopher Cope 12 days ago
- Status changed from Feedback to Resolved
Looks good on
24.11-BETA (amd64) built on Sat Nov 9 14:00:00 UTC 2024 FreeBSD 15.0-CURRENT
Marking resolved.
Actions