Module Name:    src
Committed By:   roy
Date:           Wed Apr 22 20:49:45 UTC 2015

Modified Files:
        src/sys/net: if.c

Log Message:
This comment is no longer IPv6 specific.


To generate a diff of this commit:
cvs rdiff -u -r1.313 -r1.314 src/sys/net/if.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/net/if.c
diff -u src/sys/net/if.c:1.313 src/sys/net/if.c:1.314
--- src/sys/net/if.c:1.313	Wed Apr 22 20:42:32 2015
+++ src/sys/net/if.c	Wed Apr 22 20:49:44 2015
@@ -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 @@ if_link_state_change(struct ifnet *ifp, 
 
 	/*
 	 * 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

Reply via email to