netdev
[Top] [All Lists]

Re: [PATCH] IPv6: Sevaral MLD Fixes

To: yoshfuji@xxxxxxxxxxxxxx
Subject: Re: [PATCH] IPv6: Sevaral MLD Fixes
From: "David S. Miller" <davem@xxxxxxxxxx>
Date: Fri, 18 Oct 2002 18:52:58 -0700 (PDT)
Cc: linux-kernel@xxxxxxxxxxxxxxx, netdev@xxxxxxxxxxx, usagi@xxxxxxxxxxxxxx
In-reply-to: <20021018.125223.130322644.yoshfuji@linux-ipv6.org>
References: <20021018.125223.130322644.yoshfuji@linux-ipv6.org>
Sender: netdev-bounce@xxxxxxxxxxx
I had to add the following to my tree after this patch,
please watch for compiler warnings introducted by your
changes.   Thanks :-)

--- net/ipv6/mcast.c.~1~        Fri Oct 18 18:55:04 2002
+++ net/ipv6/mcast.c    Fri Oct 18 18:55:16 2002
@@ -605,8 +605,6 @@
 
 static void igmp6_leave_group(struct ifmcaddr6 *ma)
 {
-       int addr_type;
-
        if (IPV6_ADDR_MC_SCOPE(&ma->mca_addr) < IPV6_ADDR_SCOPE_LINKLOCAL ||
            ipv6_addr_is_ll_all_nodes(&ma->mca_addr))
                return;


<Prev in Thread] Current Thread [Next in Thread>