ipsec: Fix advanced option max_ikev1_exchanges, changed checkbox to text and general to charon. (#7957)

This commit is contained in:
Monviech 2024-10-09 18:23:42 +02:00 committed by GitHub
parent d172f15ceb
commit 238d53b190
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,14 +1,5 @@
<form>
<tab id="ipsec-general" description="General">
<field>
<id>ipsec.general.max_ikev1_exchanges</id>
<label>Maximum IKEv1 phase 2 exchanges</label>
<type>checkbox</type>
<help>
Maximum number of IKEv1 phase 2 exchanges per IKE_SA to keep state about and track concurrently.
When using multiple phase 2 definitions a higher value than the default (3) would be advisable to prevent re-keying issues
</help>
</field>
<field>
<id>ipsec.general.preferred_oldsa</id>
<label>Prefer older IPsec SAs</label>
@ -39,6 +30,15 @@
</field>
</tab>
<tab id="ipsec-charon" description="Charon">
<field>
<id>ipsec.charon.max_ikev1_exchanges</id>
<label>Maximum IKEv1 phase 2 exchanges</label>
<type>text</type>
<help>
Maximum number of IKEv1 phase 2 exchanges per IKE_SA to keep state about and track concurrently.
When using multiple phase 2 definitions a higher value than the default (3) would be advisable to prevent re-keying issues
</help>
</field>
<field>
<id>ipsec.charon.ignore_acquire_ts</id>
<label>Ignore acquire ts</label>