[strongSwan-dev] [PATCH mark-inbound-sa 2/2] stroke: Make setting mark on inbound SA configurable

Simon Deziel simon.deziel at gmail.com
Wed Aug 23 18:24:50 CEST 2017


On 2017-08-23 12:16 PM, Christophe Gouault wrote:
> diff --git a/src/starter/starterstroke.c b/src/starter/starterstroke.c
> index 90af9372ac06..a43e3424076c 100644
> --- a/src/starter/starterstroke.c
> +++ b/src/starter/starterstroke.c
> @@ -229,8 +229,10 @@ int starter_stroke_add_conn(starter_config_t *cfg, starter_conn_t *conn)
>  	msg->add_conn.replay_window = conn->replay_window;
>  	msg->add_conn.mark_in.value = conn->mark_in.value;
>  	msg->add_conn.mark_in.mask = conn->mark_in.mask;
> +	msg->add_conn.mark_in.mask = conn->mark_in.mask;

Probably added by accident...


More information about the Dev mailing list