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