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=cf10e2e64381c7729a36f3dd197cfd51c79c419f;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 b176d67bd9..e492a92d61 100644 --- a/src/libcharon/config/child_cfg.h +++ b/src/libcharon/config/child_cfg.h @@ -345,6 +345,9 @@ enum child_cfg_option_t { /** Disable copying the ECN header field in tunnel mode */ OPT_NO_COPY_ECN = (1<<8), + + /** Enable automatic forwarding of certain ICMP errors */ + OPT_FORWARD_ICMP = (1<<9), }; /**