3.2-beta1 Interface sorting on module #6122

Closed
opened 2025-12-29 19:37:00 +01:00 by adam · 1 comment
Owner

Originally created by @trrunde on GitHub (Feb 20, 2022).

NetBox version

3.2-neta1

Python version

3.7

Steps to Reproduce

Import module from yaml file with interfaces from
Ethernet{module}/1
...
Ethernet{module}/48
I used this yaml https://github.com/trrunde/devicetype-library/blob/master/module-types/Cisco/N77-F348XP-23.yaml

The sorting for interface 1,11,22,34 is messed up. See attached screenshots

image
image

Expected Behavior

interface to be sorted from 1..48

Observed Behavior

Some interfaces are put at the bottom in the sorting.

Originally created by @trrunde on GitHub (Feb 20, 2022). ### NetBox version 3.2-neta1 ### Python version 3.7 ### Steps to Reproduce Import module from yaml file with interfaces from Ethernet{module}/1 ... Ethernet{module}/48 I used this yaml https://github.com/trrunde/devicetype-library/blob/master/module-types/Cisco/N77-F348XP-23.yaml The sorting for interface 1,11,22,34 is messed up. See attached screenshots ![image](https://user-images.githubusercontent.com/1595396/154867204-ec5596c0-1579-4076-ad51-ec0cb2dac24a.png) ![image](https://user-images.githubusercontent.com/1595396/154867224-ce1919e5-0cf2-471c-8b2c-730bae4db208.png) ### Expected Behavior interface to be sorted from 1..48 ### Observed Behavior Some interfaces are put at the bottom in the sorting.
adam added the beta label 2025-12-29 19:37:00 +01:00
adam closed this issue 2025-12-29 19:37:00 +01:00
Author
Owner

@jeremystretch commented on GitHub (Feb 22, 2022):

Ethernet and Ehternet are two different words.

The module type definition is incorrect.

@jeremystretch commented on GitHub (Feb 22, 2022): `Ethernet` and `Ehternet` are two different words. The module type definition is incorrect.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#6122