mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-04 06:38:16 -06:00
Add EVPN-VPWS to the availbable L2VPN Connection Types
This commit is contained in:
parent
ebd6c59934
commit
97bbaaeaee
@ -219,6 +219,7 @@ class L2VPNTypeChoices(ChoiceSet):
|
|||||||
TYPE_VXLAN_EVPN = 'vxlan-evpn'
|
TYPE_VXLAN_EVPN = 'vxlan-evpn'
|
||||||
TYPE_MPLS_EVPN = 'mpls-evpn'
|
TYPE_MPLS_EVPN = 'mpls-evpn'
|
||||||
TYPE_PBB_EVPN = 'pbb-evpn'
|
TYPE_PBB_EVPN = 'pbb-evpn'
|
||||||
|
TYPE_EVPN_VPWS = 'evpn-vpws'
|
||||||
|
|
||||||
CHOICES = (
|
CHOICES = (
|
||||||
('VPLS', (
|
('VPLS', (
|
||||||
@ -232,6 +233,7 @@ class L2VPNTypeChoices(ChoiceSet):
|
|||||||
('L2VPN E-VPN', (
|
('L2VPN E-VPN', (
|
||||||
(TYPE_MPLS_EVPN, 'MPLS EVPN'),
|
(TYPE_MPLS_EVPN, 'MPLS EVPN'),
|
||||||
(TYPE_PBB_EVPN, 'PBB EVPN'),
|
(TYPE_PBB_EVPN, 'PBB EVPN'),
|
||||||
|
(TYPE_EVPN_VPWS, 'EVPN VPWS')
|
||||||
)),
|
)),
|
||||||
('E-Line', (
|
('E-Line', (
|
||||||
(TYPE_EPL, 'EPL'),
|
(TYPE_EPL, 'EPL'),
|
||||||
|
Loading…
Reference in New Issue
Block a user