summaryrefslogtreecommitdiff
path: root/sbin/iked
diff options
context:
space:
mode:
authorTobias Heider <tobhe@cvs.openbsd.org>2021-11-22 20:51:49 +0000
committerTobias Heider <tobhe@cvs.openbsd.org>2021-11-22 20:51:49 +0000
commit62b8707239f896d62d2dde86033c304bf72c9424 (patch)
tree2e5e668fbf3970039220a127022cd750cccd706e /sbin/iked
parent9f6322af43c1b8160dc3d6db40cbfe5505ba2c49 (diff)
MOBIKE is RFC 4555.
Diffstat (limited to 'sbin/iked')
-rw-r--r--sbin/iked/ikev2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/iked/ikev2.c b/sbin/iked/ikev2.c
index 815e3294475..ca1096e5c90 100644
--- a/sbin/iked/ikev2.c
+++ b/sbin/iked/ikev2.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ikev2.c,v 1.332 2021/11/16 21:43:36 tobhe Exp $ */
+/* $OpenBSD: ikev2.c,v 1.333 2021/11/22 20:51:48 tobhe Exp $ */
/*
* Copyright (c) 2019 Tobias Heider <tobias.heider@stusta.de>
@@ -2679,7 +2679,7 @@ ikev2_resp_informational(struct iked *env, struct iked_sa *sa,
/*
* Include NAT_DETECTION notification on UPDATE_SA_ADDRESSES or if
- * the peer did include them, too (RFC 455, 3.8).
+ * the peer did include them, too (RFC 4555, 3.8).
*/
if (sa->sa_mobike &&
(msg->msg_update_sa_addresses || msg->msg_natt_rcvd)) {