ikev2: Add option to prefer childless IKE_SAs as initiator

This commit is contained in:
Tobias Brunner
2023-02-22 13:19:46 +01:00
parent 4784c92c55
commit 1efdb0f791
5 changed files with 25 additions and 15 deletions
+2
View File
@@ -68,6 +68,8 @@ enum fragmentation_t {
enum childless_t {
/** Allow childless IKE_SAs as responder, but initiate regular IKE_SAs */
CHILDLESS_ALLOW,
/** Initiate childless IKE_SAs if supported, allow them as responder */
CHILDLESS_PREFER,
/** Don't accept childless IKE_SAs as responder, don't initiate them */
CHILDLESS_NEVER,
/** Only accept the creation of childless IKE_SAs (also as responder) */