proper reauthentication:

IKE_SA is closed completely before the new is initiated, 
  resolves some issues when a dynamic IP is requested from a pool
This commit is contained in:
Martin Willi
2007-06-14 08:13:05 +00:00
parent eda454a261
commit 26424f03c3
7 changed files with 28 additions and 78 deletions
+3 -2
View File
@@ -621,11 +621,12 @@ struct ike_sa_t {
* @brief Restablish the IKE_SA.
*
* Create a completely new IKE_SA with authentication, recreates all children
* within the IKE_SA, but lets the old IKE_SA untouched.
* within the IKE_SA, closes this IKE_SA.
*
* @param this calling object
* @return DESTROY_ME to destroy the IKE_SA
*/
void (*reestablish) (ike_sa_t *this);
status_t (*reestablish) (ike_sa_t *this);
/**
* @brief Set the virtual IP to use for this IKE_SA and its children.