[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <486B2B39.9090404@miraclelinux.com>
Date: Wed, 02 Jul 2008 16:16:09 +0900
From: Naohiro Ooiwa <nooiwa@...aclelinux.com>
To: YOSHIFUJI Hideaki / 吉藤英明
<yoshfuji@...ux-ipv6.org>
CC: davem@...emloft.net, netdev@...r.kernel.org
Subject: Re: [GIT PULL net-next-2.6] IPv6 Updates
Hi YOSHIFUJI-san
If I'm not missing something, the following code
should be out side of the for-loop.
>
> - if (local)
> - return local;
> + if (local)
> + return local;
>
> - if (flags & RT6_LOOKUP_F_IFACE)
> - return net->ipv6.ip6_null_entry;
> + if (flags & RT6_LOOKUP_F_IFACE)
> + return net->ipv6.ip6_null_entry;
> + }
> }
or, it terminates for-loop on the first interface.
Sorry, I should have pointed it out the last time.
Regards,
Naohiro Ooiwa
--
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