Source-Changes-HG archive

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

[src/trunk]: src/sys/net This comment is no longer IPv6 specific.



details:   https://anonhg.NetBSD.org/src/rev/d558ff271ac4
branches:  trunk
changeset: 807809:d558ff271ac4
user:      roy <roy%NetBSD.org@localhost>
date:      Wed Apr 22 20:49:44 2015 +0000

description:
This comment is no longer IPv6 specific.

diffstat:

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

diffs (27 lines):

diff -r 85adbc3ffa09 -r d558ff271ac4 sys/net/if.c
--- a/sys/net/if.c      Wed Apr 22 20:42:32 2015 +0000
+++ b/sys/net/if.c      Wed Apr 22 20:49:44 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if.c,v 1.313 2015/04/22 20:42:32 roy Exp $     */
+/*     $NetBSD: if.c,v 1.314 2015/04/22 20:49:44 roy Exp $     */
 
 /*-
  * Copyright (c) 1999, 2000, 2001, 2008 The NetBSD Foundation, Inc.
@@ -90,7 +90,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if.c,v 1.313 2015/04/22 20:42:32 roy Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if.c,v 1.314 2015/04/22 20:49:44 roy Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_inet.h"
@@ -1446,7 +1446,7 @@
 
        /*
         * When going from UNKNOWN to UP, we need to mark existing
-        * IPv6 addresses as tentative and restart DAD as we may have
+        * addresses as tentative and restart DAD as we may have
         * erroneously not found a duplicate.
         *
         * This needs to happen before rt_ifmsg to avoid a race where



Home | Main Index | Thread Index | Old Index