From: Tobias Brunner Date: Mon, 7 Feb 2022 13:21:43 +0000 (+0100) Subject: child-cfg: Add flag to enable ICMP forwarding X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=110fbcbe65ae1205ab3ecdaf434fa1a9eaf3ba68;p=thirdparty%2Fstrongswan.git child-cfg: Add flag to enable ICMP forwarding --- diff --git a/src/libcharon/config/child_cfg.h b/src/libcharon/config/child_cfg.h index cf13328a97..258af040aa 100644 --- a/src/libcharon/config/child_cfg.h +++ b/src/libcharon/config/child_cfg.h @@ -420,6 +420,9 @@ enum child_cfg_option_t { /** Enable UDP encapsulation for per-CPU CHILD_SAs */ OPT_PER_CPU_SAS_ENCAP = (1<<10), + + /** Enable automatic forwarding of certain ICMP errors */ + OPT_FORWARD_ICMP = (1<<11), }; /**