mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-02 05:46:25 -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_MPLS_EVPN = 'mpls-evpn'
|
||||
TYPE_PBB_EVPN = 'pbb-evpn'
|
||||
TYPE_EVPN_VPWS = 'evpn-vpws'
|
||||
|
||||
CHOICES = (
|
||||
('VPLS', (
|
||||
@ -232,6 +233,7 @@ class L2VPNTypeChoices(ChoiceSet):
|
||||
('L2VPN E-VPN', (
|
||||
(TYPE_MPLS_EVPN, 'MPLS EVPN'),
|
||||
(TYPE_PBB_EVPN, 'PBB EVPN'),
|
||||
(TYPE_EVPN_VPWS, 'EVPN VPWS')
|
||||
)),
|
||||
('E-Line', (
|
||||
(TYPE_EPL, 'EPL'),
|
||||
|
Loading…
Reference in New Issue
Block a user