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

This commit is contained in:
Tobias Brunner 2021-05-11 14:46:29 +02:00
parent 749814a75f
commit d4575da53c

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),
};
/**