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
@@ -74,7 +74,7 @@ static void execute(private_rekey_ike_sa_job_t *this)
{
if (this->reauth)
{
ike_sa->reestablish(ike_sa);
status = ike_sa->reestablish(ike_sa);
}
else
{