- reimplemented proper IKE SA deletion using a seperate state,
should conform now to IKEv2
This commit is contained in:
@@ -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}
|
||||
};
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user