From 110fbcbe65ae1205ab3ecdaf434fa1a9eaf3ba68 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 7 Feb 2022 14:21:43 +0100 Subject: [PATCH] child-cfg: Add flag to enable ICMP forwarding --- src/libcharon/config/child_cfg.h | 3 +++ 1 file changed, 3 insertions(+) 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), }; /** -- 2.47.3