child-cfg: Add flag to enable ICMP forwarding

This commit is contained in:
Tobias Brunner
2026-02-12 14:23:44 +01:00
parent 11351f24ef
commit 110fbcbe65
+3
View File
@@ -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),
};
/**