Source-Changes-HG archive

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

[src/netbsd-1-5]: src/usr.sbin/pim6dd Pullup 1.8 [itojun]:



details:   https://anonhg.NetBSD.org/src/rev/40dc39e2b336
branches:  netbsd-1-5
changeset: 489868:40dc39e2b336
user:      tv <tv%NetBSD.org@localhost>
date:      Wed Oct 18 02:16:43 2000 +0000

description:
Pullup 1.8 [itojun]:
printf-format audit.  from sommrfeld%netbsd.org@localhost.  sync with kame.

diffstat:

 usr.sbin/pim6dd/mld6.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 2a99602565d7 -r 40dc39e2b336 usr.sbin/pim6dd/mld6.c
--- a/usr.sbin/pim6dd/mld6.c    Wed Oct 18 02:16:31 2000 +0000
+++ b/usr.sbin/pim6dd/mld6.c    Wed Oct 18 02:16:43 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mld6.c,v 1.6.4.1 2000/07/26 23:12:25 mycroft Exp $     */
+/*     $NetBSD: mld6.c,v 1.6.4.2 2000/10/18 02:16:43 tv Exp $  */
 
 /*
  * Copyright (C) 1998 WIDE Project.
@@ -343,6 +343,8 @@
        {
                log(LOG_INFO, 0,
                    "RECV %s with an invalid scope: %s from %s",
+                   packet_kind(IPPROTO_ICMPV6, mldh->mld6_type,
+                               mldh->mld6_code),
                    inet6_fmt(&mldh->mld6_addr),
                    inet6_fmt(&src->sin6_addr));
                return;                 /* discard */



Home | Main Index | Thread Index | Old Index