Update netbox/dcim/choices.py

This commit is contained in:
Jeremy Stretch 2023-01-05 16:13:19 -05:00 committed by GitHub
parent 37ac891e76
commit 43af87ddac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -935,7 +935,7 @@ class InterfaceTypeChoices(ChoiceSet):
(
'Ethernet (modular)',
(
(TYPE_1GE_GBIC, 'GBIC (1GE)')
(TYPE_1GE_GBIC, 'GBIC (1GE)'),
(TYPE_1GE_SFP, 'SFP (1GE)'),
(TYPE_10GE_SFP_PLUS, 'SFP+ (10GE)'),
(TYPE_10GE_XFP, 'XFP (10GE)'),