]> git.ipfire.org Git - people/ms/strongswan.git/blobdiff - src/libcharon/plugins/stroke/stroke_config.c
Merge branch 'opaque-ports'
[people/ms/strongswan.git] / src / libcharon / plugins / stroke / stroke_config.c
index ed10bdb9fe8a74effc013c3e9cd6d9522755ae01..deff25878a32cb381edadb657d890628860f9863 100644 (file)
@@ -234,7 +234,8 @@ static ike_cfg_t *build_ike_cfg(private_stroke_config_t *this, stroke_msg_t *msg
                                                         msg->add_conn.other.address,
                                                         msg->add_conn.other.allow_any,
                                                         msg->add_conn.other.ikeport,
-                                                        msg->add_conn.fragmentation);
+                                                        msg->add_conn.fragmentation,
+                                                        msg->add_conn.ikedscp);
        add_proposals(this, msg->add_conn.algorithms.ike, ike_cfg, NULL);
        return ike_cfg;
 }