mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-29 03:46:25 -06:00
updated post feedback
This commit is contained in:
parent
99c9b53f2f
commit
326b142d66
@ -22,7 +22,6 @@ class TunnelStatusChoices(ChoiceSet):
|
|||||||
|
|
||||||
|
|
||||||
class TunnelEncapsulationChoices(ChoiceSet):
|
class TunnelEncapsulationChoices(ChoiceSet):
|
||||||
ENCAP_EOIP = 'eoip'
|
|
||||||
ENCAP_GRE = 'gre'
|
ENCAP_GRE = 'gre'
|
||||||
ENCAP_IPSEC_TRANSPORT = 'ipsec-transport'
|
ENCAP_IPSEC_TRANSPORT = 'ipsec-transport'
|
||||||
ENCAP_IPSEC_TUNNEL = 'ipsec-tunnel'
|
ENCAP_IPSEC_TUNNEL = 'ipsec-tunnel'
|
||||||
@ -30,7 +29,6 @@ class TunnelEncapsulationChoices(ChoiceSet):
|
|||||||
ENCAP_L2TP = 'l2tp'
|
ENCAP_L2TP = 'l2tp'
|
||||||
ENCAP_OPENVPN = 'openvpn'
|
ENCAP_OPENVPN = 'openvpn'
|
||||||
ENCAP_PPTP = 'pptp'
|
ENCAP_PPTP = 'pptp'
|
||||||
ENCAP_SSTP = 'sstp'
|
|
||||||
ENCAP_WIREGUARD = 'wireguard'
|
ENCAP_WIREGUARD = 'wireguard'
|
||||||
|
|
||||||
CHOICES = [
|
CHOICES = [
|
||||||
@ -42,8 +40,6 @@ class TunnelEncapsulationChoices(ChoiceSet):
|
|||||||
(ENCAP_OPENVPN, _('OpenVPN')),
|
(ENCAP_OPENVPN, _('OpenVPN')),
|
||||||
(ENCAP_L2TP, _('L2TP')),
|
(ENCAP_L2TP, _('L2TP')),
|
||||||
(ENCAP_PPTP, _('PPTP')),
|
(ENCAP_PPTP, _('PPTP')),
|
||||||
(ENCAP_EOIP, _('EoIP')),
|
|
||||||
(ENCAP_SSTP, _('SSTP')),
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user