diff --git a/net/frr/src/opnsense/mvc/app/controllers/OPNsense/Quagga/Api/BgpController.php b/net/frr/src/opnsense/mvc/app/controllers/OPNsense/Quagga/Api/BgpController.php index 29d218036..25db6d5f5 100644 --- a/net/frr/src/opnsense/mvc/app/controllers/OPNsense/Quagga/Api/BgpController.php +++ b/net/frr/src/opnsense/mvc/app/controllers/OPNsense/Quagga/Api/BgpController.php @@ -36,6 +36,7 @@ class BgpController extends ApiMutableModelControllerBase { protected static $internalModelName = 'bgp'; protected static $internalModelClass = '\OPNsense\Quagga\BGP'; + protected static $internalModelUseSafeDelete = true; public function searchNeighborAction() { diff --git a/net/frr/src/opnsense/mvc/app/controllers/OPNsense/Quagga/forms/dialogEditBGPNeighbor.xml b/net/frr/src/opnsense/mvc/app/controllers/OPNsense/Quagga/forms/dialogEditBGPNeighbor.xml index 9d0e85051..5ace4e998 100644 --- a/net/frr/src/opnsense/mvc/app/controllers/OPNsense/Quagga/forms/dialogEditBGPNeighbor.xml +++ b/net/frr/src/opnsense/mvc/app/controllers/OPNsense/Quagga/forms/dialogEditBGPNeighbor.xml @@ -280,31 +280,31 @@ neighbor.linkedPrefixlistIn dropdown - Prefix list to filter inbound prefixes from this neighbor. + Prefix list to filter inbound prefixes from this neighbor. If multiple items with the same name exist, choosing one of them will apply all items with the same name. neighbor.linkedPrefixlistOut dropdown - Prefix list to filter outbound prefixes sent to this neighbor. + Prefix list to filter outbound prefixes sent to this neighbor. If multiple items with the same name exist, choosing one of them will apply all items with the same name. neighbor.linkedRoutemapIn dropdown - Route-map to apply to routes received from this neighbor. + Route-map to apply to routes received from this neighbor. If multiple items with the same name exist, choosing one of them will apply all items with the same name. neighbor.linkedRoutemapOut dropdown - Route-map to apply to routes advertised to this neighbor. + Route-map to apply to routes advertised to this neighbor. If multiple items with the same name exist, choosing one of them will apply all items with the same name. neighbor.peergroup dropdown - Groups neighbors with similar configurations to simplify management. + Groups neighbors with similar configurations to simplify management. If multiple items with the same name exist, choosing one of them will apply all items with the same name. false diff --git a/net/frr/src/opnsense/mvc/app/controllers/OPNsense/Quagga/forms/dialogEditBGPPeergroups.xml b/net/frr/src/opnsense/mvc/app/controllers/OPNsense/Quagga/forms/dialogEditBGPPeergroups.xml index 4f1ad2a72..290a1a2e4 100644 --- a/net/frr/src/opnsense/mvc/app/controllers/OPNsense/Quagga/forms/dialogEditBGPPeergroups.xml +++ b/net/frr/src/opnsense/mvc/app/controllers/OPNsense/Quagga/forms/dialogEditBGPPeergroups.xml @@ -81,24 +81,24 @@ peergroup.linkedPrefixlistIn dropdown - Prefix list to filter inbound prefixes from this neighbor. + Prefix list to filter inbound prefixes from this neighbor. If multiple items with the same name exist, choosing one of them will apply all items with the same name. peergroup.linkedPrefixlistOut dropdown - Prefix list to filter outbound prefixes sent to this neighbor. + Prefix list to filter outbound prefixes sent to this neighbor. If multiple items with the same name exist, choosing one of them will apply all items with the same name. peergroup.linkedRoutemapIn dropdown - Route-map to apply to routes received from this neighbor. + Route-map to apply to routes received from this neighbor. If multiple items with the same name exist, choosing one of them will apply all items with the same name. peergroup.linkedRoutemapOut dropdown - Route-map to apply to routes advertised to this neighbor. + Route-map to apply to routes advertised to this neighbor. If multiple items with the same name exist, choosing one of them will apply all items with the same name. 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 c64a36fdb..fbc5275dc 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 @@ -37,25 +37,22 @@ routemap.match select_multiple - true - Select the AS-Path List. If multiples with the same name exist, selecting one is enough. + Select the AS-Path List. If multiple items with the same name exist, choosing one of them will apply all items with the same name. routemap.match2 select_multiple - true - Select the Prefix List. If multiples with the same name exist, selecting one is enough. + Select the Prefix List. If multiple items with the same name exist, choosing one of them will apply all items with the same name. routemap.match3 select_multiple - true - Select the Community List. If multiples with the same name exist, selecting one is enough. + Select the Community List. If multiple items with the same name exist, choosing one of them will apply all items with the same name. routemap.set 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 788dd67b7..986bd202c 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 @@ -164,56 +164,56 @@ - + name,seqnumber + %s:%s + Related Prefix-List item not found. - + name,seqnumber + %s:%s + Related Prefix-List item not found. - + name,id + %s:%s + Related Route-Map item not found. - + name,id + %s:%s + Related Route-Map item not found. - + name,description + %s %s + Related Peer Group item not found. @@ -336,33 +336,36 @@ - + name,description + %s %s + Related item not found. Y - + name,seqnumber + %s:%s + Related item PrefixList not found. Y - + name,description + %s %s + Related item CommunityList not found. Y @@ -416,45 +419,45 @@ - + name,seqnumber + %s:%s + Related Prefix-List item not found. - + name,seqnumber + %s:%s + Related Prefix-List item not found. - + name,id + %s:%s + Related Route-Map item not found. - + name,id + %s:%s + Related Route-Map item not found. @@ -480,12 +483,12 @@ - + name,id + %s:%s + Related Route-Map item not found.