- reimplemented proper IKE SA deletion using a seperate state,

should conform now to IKEv2
This commit is contained in:
Martin Willi
2006-05-23 08:01:49 +00:00
parent 4acc8989ce
commit 4a5bba25e2
23 changed files with 1273 additions and 1017 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ mapping_t status_m[] = {
{PARSE_ERROR, "PARSE_ERROR"},
{VERIFY_ERROR, "VERIFY_ERROR"},
{INVALID_STATE, "INVALID_STATE"},
{DELETE_ME, "DELETE_ME"},
{DESTROY_ME, "DESTROY_ME"},
{CREATED, "CREATED"},
{MAPPING_END, NULL}
};
+4 -4
View File
@@ -61,10 +61,10 @@ enum status_t {
/**
* Out of ressources.
*/
OUT_OF_RES,
/**
* Already done.
* The suggested operation is already done
*/
ALREADY_DONE,
@@ -99,9 +99,9 @@ enum status_t {
INVALID_STATE,
/**
* Delete object which function belongs to.
* Destroy object which called method belongs to.
*/
DELETE_ME,
DESTROY_ME,
/**
* An object got created.