mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 00:28:16 -06:00
closes #16999
This commit is contained in:
parent
4d55d7d964
commit
cb68912551
@ -417,6 +417,7 @@
|
||||
"e3",
|
||||
"xdsl",
|
||||
"docsis",
|
||||
"pps",
|
||||
"bpon",
|
||||
"epon",
|
||||
"10g-epon",
|
||||
|
@ -940,6 +940,7 @@ class InterfaceTypeChoices(ChoiceSet):
|
||||
|
||||
# Coaxial
|
||||
TYPE_DOCSIS = 'docsis'
|
||||
TYPE_PPS = 'pps'
|
||||
|
||||
# PON
|
||||
TYPE_BPON = 'bpon'
|
||||
@ -1132,6 +1133,7 @@ class InterfaceTypeChoices(ChoiceSet):
|
||||
_('Coaxial'),
|
||||
(
|
||||
(TYPE_DOCSIS, 'DOCSIS'),
|
||||
(TYPE_PPS, 'PPS'),
|
||||
)
|
||||
),
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user