- added definition of ike_sa_state_m
This commit is contained in:
@@ -68,6 +68,11 @@ enum ike_sa_state_e {
|
||||
IKE_SA_ESTABLISHED = 6
|
||||
};
|
||||
|
||||
/**
|
||||
* string mappings for ike_sa_state_t
|
||||
*/
|
||||
extern mapping_t ike_sa_state_m[];
|
||||
|
||||
/**
|
||||
* @brief This interface represents an IKE_SA state
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user