- renamed IKE_SA_INITIALIZED to IKE_SA_ESTABLISHED

- added states for ike_auth_requested and ike_sa_established
This commit is contained in:
Martin Willi
2005-11-21 15:03:44 +00:00
parent a2a10f2562
commit 041716fb64
6 changed files with 265 additions and 2 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ enum ike_sa_state_e {
* In this state, all the informations for an IKE_SA
* and one CHILD_SA are known.
*/
IKE_SA_INITIALIZED = 6
IKE_SA_ESTABLISHED = 6
};
/**