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
+1
View File
@@ -1643,6 +1643,7 @@ CALLBACK(parse_childless, bool,
{
enum_map_t map[] = {
{ "allow", CHILDLESS_ALLOW },
{ "prefer", CHILDLESS_PREFER },
{ "never", CHILDLESS_NEVER },
{ "force", CHILDLESS_FORCE },
};