Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netinet Correct a comment



details:   https://anonhg.NetBSD.org/src/rev/4ac067dc5922
branches:  trunk
changeset: 825515:4ac067dc5922
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Wed Jul 19 07:24:46 2017 +0000

description:
Correct a comment

diffstat:

 sys/netinet/ip_input.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b301d47932d2 -r 4ac067dc5922 sys/netinet/ip_input.c
--- a/sys/netinet/ip_input.c    Wed Jul 19 06:31:54 2017 +0000
+++ b/sys/netinet/ip_input.c    Wed Jul 19 07:24:46 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ip_input.c,v 1.358 2017/07/08 22:56:15 christos Exp $  */
+/*     $NetBSD: ip_input.c,v 1.359 2017/07/19 07:24:46 ozaki-r Exp $   */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -91,7 +91,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ip_input.c,v 1.358 2017/07/08 22:56:15 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ip_input.c,v 1.359 2017/07/19 07:24:46 ozaki-r Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -752,7 +752,7 @@
                        return;
                }
 #ifdef IPSEC
-               /* Perform IPsec, if any. */
+               /* Check the security policy (SP) for the packet */
                if (ipsec_used) {
                        SOFTNET_LOCK();
                        if (ipsec4_input(m, IP_FORWARDING |



Home | Main Index | Thread Index | Old Index