child-sa: Introduce a CHILD_RETRYING state to detect DH group retries

This commit is contained in:
Martin Willi
2014-11-21 12:51:19 +01:00
parent f6f3b0db11
commit 013857ad79
3 changed files with 7 additions and 0 deletions
+1
View File
@@ -34,6 +34,7 @@ ENUM(child_sa_state_names, CHILD_CREATED, CHILD_DESTROYING,
"INSTALLED",
"UPDATING",
"REKEYING",
"RETRYING",
"DELETING",
"DESTROYING",
);