child-sa: Configure in-/outbound mark the SA should set

This commit is contained in:
Tobias Brunner 2018-04-20 14:08:35 +02:00
parent fa4d4012ae
commit f59450fde6
1 changed files with 1 additions and 0 deletions

View File

@ -890,6 +890,7 @@ static status_t install_internal(private_child_sa_t *this, chunk_t encr,
.cpi = cpi,
.encap = this->encap,
.hw_offload = this->config->get_hw_offload(this->config),
.mark = this->config->get_set_mark(this->config, inbound),
.esn = esn,
.copy_df = !this->config->has_option(this->config, OPT_NO_COPY_DF),
.copy_ecn = !this->config->has_option(this->config, OPT_NO_COPY_ECN),