child-sa: Add new state to track deleted but not yet destroyed CHILD_SAs
This allows us to easily identify SAs we keep around after a rekeying to process delayed packets.
This commit is contained in:
@@ -363,7 +363,7 @@ METHOD(listener_t, child_state_change_terminate, bool,
|
||||
case CHILD_DESTROYING:
|
||||
switch (child_sa->get_state(child_sa))
|
||||
{
|
||||
case CHILD_DELETING:
|
||||
case CHILD_DELETED:
|
||||
/* proper delete */
|
||||
this->status = SUCCESS;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user