This commit is contained in:
Ryan Merolle 2024-07-26 16:33:09 +00:00
parent 4d55d7d964
commit cb68912551
2 changed files with 3 additions and 0 deletions

View File

@ -417,6 +417,7 @@
"e3",
"xdsl",
"docsis",
"pps",
"bpon",
"epon",
"10g-epon",

View File

@ -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'),
)
),
(