summaryrefslogtreecommitdiff
path: root/sbin/iked/ikev2.h
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2010-07-03 16:59:36 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2010-07-03 16:59:36 +0000
commit5f9089fbf762323f53edd6b360a1d88231eb7f19 (patch)
treea80ece4c60f39e6fe3ad0ddd30f7285e2b094b5a /sbin/iked/ikev2.h
parent405db57092c0b7c543f0e965f57ba5b6c2f96aa4 (diff)
Better non-debug logging messages when a session is established/closed.
Diffstat (limited to 'sbin/iked/ikev2.h')
-rw-r--r--sbin/iked/ikev2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/iked/ikev2.h b/sbin/iked/ikev2.h
index fbe2fa31be0..f4176fdc665 100644
--- a/sbin/iked/ikev2.h
+++ b/sbin/iked/ikev2.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ikev2.h,v 1.5 2010/06/26 18:32:34 reyk Exp $ */
+/* $OpenBSD: ikev2.h,v 1.6 2010/07/03 16:59:35 reyk Exp $ */
/* $vantronix: ikev2.h,v 1.27 2010/05/19 12:20:30 reyk Exp $ */
/*
@@ -69,8 +69,8 @@ extern size_t ikev2_default_nesp_transforms;
#define IKEV2_STATE_AUTH_SUCCESS 5 /* authenticated */
#define IKEV2_STATE_VALID 6 /* validated peer certs */
#define IKEV2_STATE_EAP_VALID 7 /* EAP validated */
-#define IKEV2_STATE_RUNNING 8 /* active IKE SA */
-#define IKEV2_STATE_DELETE 9 /* delete this SA */
+#define IKEV2_STATE_ESTABLISHED 8 /* active IKE SA */
+#define IKEV2_STATE_CLOSED 9 /* delete this SA */
extern struct iked_constmap ikev2_state_map[];