IKEv1 ATTRIBUTES_NOT_SUPPORTED error notify added.

This commit is contained in:
Tobias Brunner
2012-03-20 17:31:30 +01:00
parent 8a395e889c
commit db1dc81329
2 changed files with 7 additions and 2 deletions
@@ -47,6 +47,9 @@ enum notify_type_t {
INVALID_EXCHANGE_TYPE = 7,
INVALID_MESSAGE_ID = 9,
INVALID_SPI = 11,
/* IKEv1 only */
ATTRIBUTES_NOT_SUPPORTED = 13,
/* IKEv1 alias */
NO_PROPOSAL_CHOSEN = 14,
/* IKEv1 only */
PAYLOAD_MALFORMED = 16,