From 80840dc4d60b1369d1835fb4b560db128d58099d Mon Sep 17 00:00:00 2001 From: tobhe Date: Mon, 22 Nov 2021 20:51:48 +0000 Subject: [PATCH] MOBIKE is RFC 4555. --- sbin/iked/ikev2.c | 4 ++-- 1 file 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 @@ -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)) { -- 2.20.1