proposal: Add lower case names for protocols
This commit is contained in:
@@ -37,6 +37,14 @@ ENUM(protocol_id_names, PROTO_NONE, PROTO_IPCOMP,
|
||||
"IPCOMP",
|
||||
);
|
||||
|
||||
ENUM(protocol_id_lower_names, PROTO_NONE, PROTO_IPCOMP,
|
||||
"none",
|
||||
"ike",
|
||||
"ah",
|
||||
"esp",
|
||||
"ipcomp",
|
||||
);
|
||||
|
||||
typedef struct private_proposal_t private_proposal_t;
|
||||
|
||||
/**
|
||||
|
||||
@@ -53,6 +53,11 @@ enum protocol_id_t {
|
||||
*/
|
||||
extern enum_name_t *protocol_id_names;
|
||||
|
||||
/**
|
||||
* lower case enum names for protocol_id_t
|
||||
*/
|
||||
extern enum_name_t *protocol_id_lower_names;
|
||||
|
||||
/**
|
||||
* Flags for selecting proposals.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user