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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user