]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
child-cfg: Add flag to enable UDP encapsulation for per-CPU SAs
authorTobias Brunner <tobias@strongswan.org>
Tue, 15 Jun 2021 07:46:31 +0000 (09:46 +0200)
committerTobias Brunner <tobias@strongswan.org>
Wed, 28 May 2025 14:35:27 +0000 (16:35 +0200)
src/libcharon/config/child_cfg.h

index c8a7fefb2b345caeb34532b76d2f708979a00515..cf13328a97ab87f0ab4cbef3c1a32ee4b1c94872 100644 (file)
@@ -417,6 +417,9 @@ enum child_cfg_option_t {
 
        /** Enable per-CPU CHILD_SAs */
        OPT_PER_CPU_SAS = (1<<9),
+
+       /** Enable UDP encapsulation for per-CPU CHILD_SAs */
+       OPT_PER_CPU_SAS_ENCAP = (1<<10),
 };
 
 /**