Add a ikedscp ipsec.conf option to set DSCP value on outgoing IKE packets

This commit is contained in:
Martin Willi
2013-02-06 15:36:36 +01:00
parent 5b15bd5f9d
commit 7fbe516f88
7 changed files with 23 additions and 4 deletions
+1 -1
View File
@@ -235,7 +235,7 @@ static ike_cfg_t *build_ike_cfg(private_stroke_config_t *this, stroke_msg_t *msg
msg->add_conn.other.allow_any,
msg->add_conn.other.ikeport,
msg->add_conn.fragmentation,
0);
msg->add_conn.ikedscp);
add_proposals(this, msg->add_conn.algorithms.ike, ike_cfg, NULL);
return ike_cfg;
}