added support for transport mode and (experimental!) BEET mode

support for the type=transport/tunnel parameter in charon
This commit is contained in:
Martin Willi
2006-12-21 14:35:17 +00:00
parent 38ab8048f5
commit 7652be891c
17 changed files with 436 additions and 103 deletions
@@ -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.
*