-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sort loopback first in show interfaces #545
Comments
Some thoughts:
Today, we try convey interface hierarchy when possible (bridge ports are listed "under" their bridge, vlans are stacked on top of their lowers, etc). If we want to find some other sort order, we need to think about the implications on this feature. One option would be to have a separate command that lists interfaces with hierarchy indications, and that |
Good point, I had forgotten about the weird probe order thing. I think the current hierarchy view of |
This fixes #545 Signed-off-by: Mattias Walström <[email protected]>
This fixes #545 Signed-off-by: Mattias Walström <[email protected]>
I propose sorting interfaces in
show interfaces
such thatlo
is always displayed first. It is the only interface that all systems will have and also the order in which standard Linux/UNIX tools display interfaces.Consider even listing all interfaces in ifindex order.
The text was updated successfully, but these errors were encountered: