From f59450fde6622cddcd9d55074dcc8e67fb0af820 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 20 Apr 2018 14:08:35 +0200 Subject: [PATCH] child-sa: Configure in-/outbound mark the SA should set --- src/libcharon/sa/child_sa.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libcharon/sa/child_sa.c b/src/libcharon/sa/child_sa.c index d06996e43..efa790fc5 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),