.copy_df = !this->config->has_option(this->config, OPT_NO_COPY_DF),
.copy_ecn = !this->config->has_option(this->config, OPT_NO_COPY_ECN),
.copy_dscp = this->config->get_copy_dscp(this->config),
+ .forward_icmp = this->config->has_option(this->config, OPT_FORWARD_ICMP),
.initiator = initiator,
.inbound = inbound,
.update = update,
*my_sa = (ipsec_sa_cfg_t){
.mode = this->mode,
.reqid = this->reqid,
+ .forward_icmp = this->config->has_option(this->config, OPT_FORWARD_ICMP),
.ipcomp = {
.transform = this->ipcomp,
},