Commit 110fbcbe65 for strongswan.org

commit 110fbcbe65ae1205ab3ecdaf434fa1a9eaf3ba68
Author: Tobias Brunner <tobias@strongswan.org>
Date:   Mon Feb 7 14:21:43 2022 +0100

    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),
 };

 /**