child-cfg: Add flag to enable per-CPU SAs

This commit is contained in:
Tobias Brunner
2025-05-28 16:35:26 +02:00
parent 749814a75f
commit d4575da53c
+3
View File
@@ -414,6 +414,9 @@ enum child_cfg_option_t {
/** Disable copying the ECN header field in tunnel mode */
OPT_NO_COPY_ECN = (1<<8),
/** Enable per-CPU CHILD_SAs */
OPT_PER_CPU_SAS = (1<<9),
};
/**