Hi,

could you try the attached diff, please?

Index: message.c
===================================================================
RCS file: /cvs/src/sbin/isakmpd/message.c,v
retrieving revision 1.126
diff -u -p -r1.126 message.c
--- message.c   2 Jun 2007 01:29:11 -0000       1.126
+++ message.c   3 Sep 2007 22:30:46 -0000
@@ -927,6 +927,7 @@ message_validate_notify(struct message *
        if (type < ISAKMP_NOTIFY_INVALID_PAYLOAD_TYPE ||
            (type >= ISAKMP_NOTIFY_RESERVED_MIN &&
            type < ISAKMP_NOTIFY_PRIVATE_MIN) ||
+           type == ISAKMP_NOTIFY_STATUS_CONNECTED ||
            (type >= ISAKMP_NOTIFY_STATUS_RESERVED1_MIN &&
            type <= ISAKMP_NOTIFY_STATUS_RESERVED1_MAX) ||
            (type >= ISAKMP_NOTIFY_STATUS_DOI_MIN &&

Reply via email to