ikev1: Activate task to delete the IKE_SA in state IKE_REKEYING

It does not have any CHILD_SAs attached at that point.
This commit is contained in:
Tobias Brunner 2016-08-25 09:56:45 +02:00
parent 2e06179f7f
commit b56b850251
1 changed files with 8 additions and 0 deletions

View File

@ -547,6 +547,14 @@ METHOD(task_manager_t, initiate, status_t,
break;
}
break;
case IKE_REKEYING:
if (activate_task(this, TASK_ISAKMP_DELETE))
{
exchange = INFORMATIONAL_V1;
new_mid = TRUE;
break;
}
break;
default:
break;
}