From 2ae4308a03df39953e7f630734544fe50abcec2f Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Wed, 11 Oct 2023 21:43:11 +0200 Subject: [PATCH] VPN: IPsec: Connections - limit visible range for searchable selectboxes --- .../mvc/app/controllers/OPNsense/IPsec/forms/dialogChild.xml | 1 + .../app/controllers/OPNsense/IPsec/forms/dialogConnection.xml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/opnsense/mvc/app/controllers/OPNsense/IPsec/forms/dialogChild.xml b/src/opnsense/mvc/app/controllers/OPNsense/IPsec/forms/dialogChild.xml index 160456616..392af7311 100644 --- a/src/opnsense/mvc/app/controllers/OPNsense/IPsec/forms/dialogChild.xml +++ b/src/opnsense/mvc/app/controllers/OPNsense/IPsec/forms/dialogChild.xml @@ -93,6 +93,7 @@ child.esp_proposals select_multiple + 5 child.local_ts diff --git a/src/opnsense/mvc/app/controllers/OPNsense/IPsec/forms/dialogConnection.xml b/src/opnsense/mvc/app/controllers/OPNsense/IPsec/forms/dialogConnection.xml index 4a4f73dc2..1dc65f88b 100644 --- a/src/opnsense/mvc/app/controllers/OPNsense/IPsec/forms/dialogConnection.xml +++ b/src/opnsense/mvc/app/controllers/OPNsense/IPsec/forms/dialogConnection.xml @@ -20,6 +20,7 @@ connection.proposals select_multiple + 5 A proposal is a set of algorithms. For non-AEAD algorithms this includes IKE an encryption algorithm, an integrity algorithm, @@ -198,6 +199,7 @@ connection.pools select_multiple + 5 List of named IP pools to allocate virtual IP addresses and other configuration attributes from. Each name references a pool by name from either the pools section or an external pool.