Force port update as responder when initiator switches to 4500 in IKE_AUTH

This commit is contained in:
Martin Willi
2011-01-12 14:37:15 +01:00
parent 8ba805f4db
commit 2082417df3
4 changed files with 7 additions and 6 deletions
+2 -1
View File
@@ -343,8 +343,9 @@ struct ike_sa_t {
*
* @param me new local host address, or NULL
* @param other new remote host address, or NULL
* @param force force update
*/
void (*update_hosts)(ike_sa_t *this, host_t *me, host_t *other);
void (*update_hosts)(ike_sa_t *this, host_t *me, host_t *other, bool force);
/**
* Get the own identification.