-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
NetBox version
v2.11.2
Python version
3.6
Steps to Reproduce
- Create a virtual chassis between two switches: one has
g1/[1-26]and the other hasg2/[1-26] - Make the first switch the master
- Create a LAG interface "lag1" on the master
- Browse list of interfaces on the master
Expected Behavior
Interfaces to be ordered naturally, i.e.
g1/X
...
g2/X
...
lag1
Observed Behavior
Interface order seen:
g1/X
...
lag1
g2/X
...
See discussion #6330. Presumably interfaces are ordered by VC member first, then by interface name.
Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application