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