From: Tobias Brunner Date: Fri, 20 Apr 2018 12:08:35 +0000 (+0200) Subject: child-sa: Configure in-/outbound mark the SA should set X-Git-Tag: 5.7.0rc1~28^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f59450fde6622cddcd9d55074dcc8e67fb0af820;p=thirdparty%2Fstrongswan.git child-sa: Configure in-/outbound mark the SA should set --- diff --git a/src/libcharon/sa/child_sa.c b/src/libcharon/sa/child_sa.c index d06996e433..efa790fc5e 100644 --- a/src/libcharon/sa/child_sa.c +++ b/src/libcharon/sa/child_sa.c @@ -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),