Skip to content

Interface name ordering in virtual chassis #6339

@candlerb

Description

@candlerb

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 has g2/[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 implementationtype: bugA confirmed report of unexpected behavior in the application

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions