Source-Changes-HG archive

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

[src/trunk]: src/sys/netinet6 Disable nd6_newaddrmsg debug



details:   https://anonhg.NetBSD.org/src/rev/a5a95af85142
branches:  trunk
changeset: 786920:a5a95af85142
user:      roy <roy%NetBSD.org@localhost>
date:      Tue May 21 09:54:12 2013 +0000

description:
Disable nd6_newaddrmsg debug

diffstat:

 sys/netinet6/nd6_nbr.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r d19356d152ec -r a5a95af85142 sys/netinet6/nd6_nbr.c
--- a/sys/netinet6/nd6_nbr.c    Tue May 21 08:37:27 2013 +0000
+++ b/sys/netinet6/nd6_nbr.c    Tue May 21 09:54:12 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nd6_nbr.c,v 1.97 2013/05/21 08:37:27 roy Exp $ */
+/*     $NetBSD: nd6_nbr.c,v 1.98 2013/05/21 09:54:12 roy Exp $ */
 /*     $KAME: nd6_nbr.c,v 1.61 2001/02/10 16:06:14 jinmei Exp $        */
 
 /*
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nd6_nbr.c,v 1.97 2013/05/21 08:37:27 roy Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nd6_nbr.c,v 1.98 2013/05/21 09:54:12 roy Exp $");
 
 #include "opt_inet.h"
 #include "opt_ipsec.h"
@@ -1078,11 +1078,11 @@
 
        if (nrt) {
                rt_newaddrmsg(RTM_ADD, ifa, e, nrt);
-//#if 0
+#if 0
                log(LOG_DEBUG, "nd6_newaddrmsg: announced %s\n",
                    ip6_sprintf(&((struct in6_ifaddr *)ifa)->ia_addr.sin6_addr)
                );
-//#endif
+#endif
                nrt->rt_refcnt--;
        }
 }



Home | Main Index | Thread Index | Old Index