From 8176033d70ad69b07e680e7f8333e69049fe01be Mon Sep 17 00:00:00 2001 From: Mathias Guillemot <84408567+Mathias-gt@users.noreply.github.com> Date: Thu, 20 Feb 2025 16:10:52 +0800 Subject: [PATCH] Change category as Other Co-authored-by: Daniel Sheppard --- netbox/vpn/choices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/vpn/choices.py b/netbox/vpn/choices.py index 4870d5235..7aea90232 100644 --- a/netbox/vpn/choices.py +++ b/netbox/vpn/choices.py @@ -256,7 +256,7 @@ class L2VPNTypeChoices(ChoiceSet): (TYPE_EPTREE, _('Ethernet Private Tree')), (TYPE_EVPTREE, _('Ethernet Virtual Private Tree')), )), - ('SPB', ( + ('Other', ( (TYPE_SPB, _('SPB')), )), )