mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
VPN: IPsec: Connections - limit visible range for searchable selectboxes
This commit is contained in:
parent
061c43b4aa
commit
2ae4308a03
@ -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>
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user