mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-18 21:16:27 -06:00
* Add SPB in L2VPN * Change category as Other Co-authored-by: Daniel Sheppard <dans@dansheps.com> --------- Co-authored-by: Daniel Sheppard <dans@dansheps.com>
This commit is contained in:
parent
7e669d1a14
commit
d1712c45bb
@ -228,6 +228,7 @@ class L2VPNTypeChoices(ChoiceSet):
|
||||
TYPE_MPLS_EVPN = 'mpls-evpn'
|
||||
TYPE_PBB_EVPN = 'pbb-evpn'
|
||||
TYPE_EVPN_VPWS = 'evpn-vpws'
|
||||
TYPE_SPB = 'spb'
|
||||
|
||||
CHOICES = (
|
||||
('VPLS', (
|
||||
@ -255,6 +256,9 @@ class L2VPNTypeChoices(ChoiceSet):
|
||||
(TYPE_EPTREE, _('Ethernet Private Tree')),
|
||||
(TYPE_EVPTREE, _('Ethernet Virtual Private Tree')),
|
||||
)),
|
||||
('Other', (
|
||||
(TYPE_SPB, _('SPB')),
|
||||
)),
|
||||
)
|
||||
|
||||
P2P = (
|
||||
|
Loading…
Reference in New Issue
Block a user