From: Tobias Brunner Date: Tue, 11 May 2021 12:46:29 +0000 (+0200) Subject: child-cfg: Add flag to enable per-CPU SAs X-Git-Tag: 6.0.2dr1~5^2~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d4575da53cd00376faee18590212eb4decf45bbc;p=thirdparty%2Fstrongswan.git child-cfg: Add flag to enable per-CPU SAs --- diff --git a/src/libcharon/config/child_cfg.h b/src/libcharon/config/child_cfg.h index e6219f68cf..c8a7fefb2b 100644 --- a/src/libcharon/config/child_cfg.h +++ b/src/libcharon/config/child_cfg.h @@ -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), }; /**