added support for transport mode and (experimental!) BEET mode
support for the type=transport/tunnel parameter in charon
This commit is contained in:
@@ -88,6 +88,8 @@ enum notify_type_t {
|
||||
NO_NATS_ALLOWED = 16402,
|
||||
/* repeated authentication extension, RFC4478 */
|
||||
AUTH_LIFETIME = 16403,
|
||||
/* BEET mode, not even a draft yet. private use */
|
||||
USE_BEET_MODE = 40960,
|
||||
};
|
||||
|
||||
/**
|
||||
@@ -97,7 +99,6 @@ enum notify_type_t {
|
||||
*/
|
||||
extern enum_name_t *notify_type_names;
|
||||
|
||||
|
||||
/**
|
||||
* @brief Class representing an IKEv2-Notify Payload.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user