Invoke ike_updown hooks for reauthenticated IKEv1 SAs

This commit is contained in:
Martin Willi
2012-03-20 17:31:36 +01:00
parent b6ac063c36
commit 1a0648490c
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1318,6 +1318,7 @@ METHOD(ike_sa_t, delete_, status_t,
case IKE_REKEYING:
if (this->version == IKEV1)
{ /* SA has been reauthenticated, delete */
charon->bus->ike_updown(charon->bus, &this->public, FALSE);
break;
}
/* FALL */