[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4844303E.1040104@hp.com>
Date: Mon, 02 Jun 2008 13:39:10 -0400
From: Brian Haley <brian.haley@...com>
To: YOSHIFUJI Hideaki / 吉藤英明
<yoshfuji@...ux-ipv6.org>
Cc: shanwei@...fujitsu.com, davem@...emloft.net, netdev@...r.kernel.org
Subject: Re: [PATCH v2] IPv6: fix bug when specifying the non-exist outgoing
interface
YOSHIFUJI Hideaki / 吉藤英明 wrote:
> - if (addr_type == IPV6_ADDR_ANY)
> + addr_type = ipv6_addr_type(&src_info->ipi6_addr);
> + if (addr_type == IPV6_ADDR_ANY ||
> + addr_type & IPV6_ADDR_MULTICAST) {
> + if (dev)
> + dev_put(dev);
> break;
What about link-local multicast? We should check ifindex there too. I
think that check should just be for IPV6_ADDR_ANY. I think making this
more like inet6_bind() and not doing the ipv6_chk_addr() call for
Multicast would be the best thing, right?
-Brian
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists