From 4a2a3cf5de23cca28f6f16508b92372f307f9051 Mon Sep 17 00:00:00 2001 From: Patrik Kernstock Date: Wed, 12 Oct 2022 09:30:38 +0100 Subject: [PATCH] Increase artifical BGP GUI id limits (#3110) --- .../OPNsense/Quagga/forms/dialogEditBGPASPath.xml | 4 ++-- .../Quagga/forms/dialogEditBGPCommunityLists.xml | 2 +- .../Quagga/forms/dialogEditBGPPrefixLists.xml | 4 ++-- .../OPNsense/Quagga/forms/dialogEditBGPRouteMaps.xml | 2 +- .../opnsense/mvc/app/models/OPNsense/Quagga/BGP.xml | 12 ++++++------ 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/net/frr/src/opnsense/mvc/app/controllers/OPNsense/Quagga/forms/dialogEditBGPASPath.xml b/net/frr/src/opnsense/mvc/app/controllers/OPNsense/Quagga/forms/dialogEditBGPASPath.xml index c97590073..50fc88cc2 100644 --- a/net/frr/src/opnsense/mvc/app/controllers/OPNsense/Quagga/forms/dialogEditBGPASPath.xml +++ b/net/frr/src/opnsense/mvc/app/controllers/OPNsense/Quagga/forms/dialogEditBGPASPath.xml @@ -3,7 +3,7 @@ aspath.enabled checkbox - Enable / Disable + If this AS-Path list should be enabled. aspath.description @@ -15,7 +15,7 @@ aspath.number text - The ACL rule number (10-99); keep in mind that there are no sequence numbers with AS-Path lists. When you want to add a new line between you have to completely remove the ACL! + The ACL rule number (0-4294967294); keep in mind that there are no sequence numbers with AS-Path lists. When you want to add a new line between you have to completely remove the ACL! aspath.action diff --git a/net/frr/src/opnsense/mvc/app/controllers/OPNsense/Quagga/forms/dialogEditBGPCommunityLists.xml b/net/frr/src/opnsense/mvc/app/controllers/OPNsense/Quagga/forms/dialogEditBGPCommunityLists.xml index 9ae82c54d..ad1e86dcb 100644 --- a/net/frr/src/opnsense/mvc/app/controllers/OPNsense/Quagga/forms/dialogEditBGPCommunityLists.xml +++ b/net/frr/src/opnsense/mvc/app/controllers/OPNsense/Quagga/forms/dialogEditBGPCommunityLists.xml @@ -15,7 +15,7 @@ communitylist.number text - Set the number of your Community-List. 1-99 are stardard lists while 100-500 are expanded lists. + Set the number of your Community-List. 1-99 are standard lists while 100-500 are expanded lists. communitylist.seqnumber diff --git a/net/frr/src/opnsense/mvc/app/controllers/OPNsense/Quagga/forms/dialogEditBGPPrefixLists.xml b/net/frr/src/opnsense/mvc/app/controllers/OPNsense/Quagga/forms/dialogEditBGPPrefixLists.xml index da5094598..2a7def268 100644 --- a/net/frr/src/opnsense/mvc/app/controllers/OPNsense/Quagga/forms/dialogEditBGPPrefixLists.xml +++ b/net/frr/src/opnsense/mvc/app/controllers/OPNsense/Quagga/forms/dialogEditBGPPrefixLists.xml @@ -3,7 +3,7 @@ prefixlist.enabled checkbox - Enable / Disable + If this Prefix-List should be enabled. prefixlist.description @@ -27,7 +27,7 @@ prefixlist.seqnumber text - The ACL sequence number (10-10000) + The ACL sequence number (1-4294967294) prefixlist.action diff --git a/net/frr/src/opnsense/mvc/app/controllers/OPNsense/Quagga/forms/dialogEditBGPRouteMaps.xml b/net/frr/src/opnsense/mvc/app/controllers/OPNsense/Quagga/forms/dialogEditBGPRouteMaps.xml index 8fd721533..59ebcb600 100644 --- a/net/frr/src/opnsense/mvc/app/controllers/OPNsense/Quagga/forms/dialogEditBGPRouteMaps.xml +++ b/net/frr/src/opnsense/mvc/app/controllers/OPNsense/Quagga/forms/dialogEditBGPRouteMaps.xml @@ -27,7 +27,7 @@ routemap.id text - Route-map ID between 10 and 99. Be aware that the sorting will be done under the hood, so when you add an entry between it get's to the right position + Route-map ID between 1 and 65535. Be aware that the sorting will be done under the hood, so when you add an entry between it get's to the right position routemap.match diff --git a/net/frr/src/opnsense/mvc/app/models/OPNsense/Quagga/BGP.xml b/net/frr/src/opnsense/mvc/app/models/OPNsense/Quagga/BGP.xml index ca83bc01e..a061277bd 100644 --- a/net/frr/src/opnsense/mvc/app/models/OPNsense/Quagga/BGP.xml +++ b/net/frr/src/opnsense/mvc/app/models/OPNsense/Quagga/BGP.xml @@ -205,8 +205,8 @@ Y - 10 - 99 + 0 + 4294967295 @@ -249,8 +249,8 @@ Y - 10 - 10000 + 1 + 4294967294 @@ -330,8 +330,8 @@ Y - 10 - 99 + 1 + 65535