Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/netinet6/ip6_input.c,v retrieving revision 1.33 retrieving revision 1.34 diff -u -p -r1.33 -r1.34 --- src/sys/netinet6/ip6_input.c 2000/12/28 21:41:00 1.33 +++ src/sys/netinet6/ip6_input.c 2001/02/07 08:59:48 1.34 @@ -1,5 +1,5 @@ -/* $NetBSD: ip6_input.c,v 1.33 2000/12/28 21:41:00 thorpej Exp $ */ -/* $KAME: ip6_input.c,v 1.121 2000/08/31 06:07:29 itojun Exp $ */ +/* $NetBSD: ip6_input.c,v 1.34 2001/02/07 08:59:48 itojun Exp $ */ +/* $KAME: ip6_input.c,v 1.170 2001/02/07 07:50:02 itojun Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -512,10 +512,10 @@ ip6_input(m) goto hbhcheck; } else { /* address is not ready, so discard the packet. */ - log(LOG_INFO, + nd6log((LOG_INFO, "ip6_input: packet to an unready address %s->%s\n", ip6_sprintf(&ip6->ip6_src), - ip6_sprintf(&ip6->ip6_dst)); + ip6_sprintf(&ip6->ip6_dst))); goto bad; }