Re: [PATCH] IPv6: Sevaral MLD Fixes

David S. Miller (davem@redhat.com)
Fri, 18 Oct 2002 18:52:58 -0700 (PDT)


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;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/