transport reqid, mark_in and mark_out in whack message

This commit is contained in:
Andreas Steffen
2010-07-09 12:19:39 +02:00
parent f65e0dc80f
commit db4ad736be
2 changed files with 14 additions and 1 deletions
+5
View File
@@ -287,6 +287,11 @@ int starter_whack_add_conn(starter_conn_t *conn)
msg.sa_keying_tries = conn->sa_keying_tries;
msg.policy = conn->policy;
msg.xauth_identity = conn->xauth_identity;
msg.reqid = conn->reqid;
msg.mark_in.value = conn->mark_in.value;
msg.mark_in.mask = conn->mark_in.mask;
msg.mark_out.value = conn->mark_out.value;
msg.mark_out.mask = conn->mark_out.mask;
/*
* Make sure the IKEv2-only policy bits are unset for IKEv1 connections