kernel-interface: Make first reqid configurable

This can be helpful to reserve low reqids for manual configuration.

Signed-off-by: Thomas Egerer <[email protected]>
This commit is contained in:
Thomas Egerer
2022-10-05 10:28:05 +02:00
committed by Tobias Brunner
parent 27da024a5d
commit 4ea61dcbfe
3 changed files with 20 additions and 5 deletions
+3
View File
@@ -405,6 +405,9 @@ charon.routing_table
charon.routing_table_prio
Priority of the routing table.
charon.reqid_base = 1
Value of the first reqid to be automatically assigned to a CHILD_SA.
charon.rsa_pss = no
Whether to use RSA with PSS padding instead of PKCS#1 padding by default.