mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-22 08:48:41 +02:00
* Initial work on #13428 (QinQ) * Misc cleanup; add tests for Q-in-Q fields * Address PR feedback
This commit is contained in:
@@ -1258,11 +1258,13 @@ class InterfaceModeChoices(ChoiceSet):
|
||||
MODE_ACCESS = 'access'
|
||||
MODE_TAGGED = 'tagged'
|
||||
MODE_TAGGED_ALL = 'tagged-all'
|
||||
MODE_Q_IN_Q = 'q-in-q'
|
||||
|
||||
CHOICES = (
|
||||
(MODE_ACCESS, _('Access')),
|
||||
(MODE_TAGGED, _('Tagged')),
|
||||
(MODE_TAGGED_ALL, _('Tagged (All)')),
|
||||
(MODE_Q_IN_Q, _('Q-in-Q (802.1ad)')),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user