mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-21 21:02:23 -06:00
Fixes #3967: Resolve migration of "other" interface type
This commit is contained in:
@@ -802,6 +802,7 @@ class InterfaceTypeChoices(ChoiceSet):
|
||||
TYPE_SUMMITSTACK128: 5310,
|
||||
TYPE_SUMMITSTACK256: 5320,
|
||||
TYPE_SUMMITSTACK512: 5330,
|
||||
TYPE_OTHER: 32767,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user