]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
child-cfg: Add flag to enable per-CPU SAs
authorTobias Brunner <tobias@strongswan.org>
Tue, 11 May 2021 12:46:29 +0000 (14:46 +0200)
committerTobias Brunner <tobias@strongswan.org>
Wed, 28 May 2025 14:35:26 +0000 (16:35 +0200)
src/libcharon/config/child_cfg.h

index e6219f68cf479396de888b60167ab9d0b4a333a5..c8a7fefb2b345caeb34532b76d2f708979a00515 100644 (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),
 };
 
 /**