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:
@@ -37,6 +37,7 @@ ENUM(child_sa_state_names, CHILD_CREATED, CHILD_DESTROYING,
|
||||
"REKEYED",
|
||||
"RETRYING",
|
||||
"DELETING",
|
||||
"DELETED",
|
||||
"DESTROYING",
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user