VPN: IPsec: Connections - limit visible range for searchable selectboxes

This commit is contained in:
Ad Schellevis 2023-10-11 21:43:11 +02:00
parent 061c43b4aa
commit 2ae4308a03
2 changed files with 3 additions and 0 deletions

View File

@ -93,6 +93,7 @@
<id>child.esp_proposals</id>
<label>ESP proposals</label>
<type>select_multiple</type>
<size>5</size>
</field>
<field>
<id>child.local_ts</id>

View File

@ -20,6 +20,7 @@
<id>connection.proposals</id>
<label>Proposals</label>
<type>select_multiple</type>
<size>5</size>
<help>
A proposal is a set of algorithms.
For non-AEAD algorithms this includes IKE an encryption algorithm, an integrity algorithm,
@ -198,6 +199,7 @@
<id>connection.pools</id>
<label>Pools</label>
<type>select_multiple</type>
<size>5</size>
<help>
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.