[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4702B2C0.2070004@hp.com>
Date: Tue, 02 Oct 2007 17:06:08 -0400
From: Brian Haley <brian.haley@...com>
To: David Stevens <dlstevens@...ibm.com>
Cc: David Miller <davem@...emloft.net>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
netdev-owner@...r.kernel.org,
YOSHIFUJI Hideaki <yoshfuji@...ux-ipv6.org>
Subject: Re: [IPv6] Fix ICMPv6 redirect handling with target multicast address
Hi David,
David Stevens wrote:
> ipv6_addr_type() returns a mask, so checking for equality will
> fail to
> match if any other (irrelevant) attributes are set. How about using
> bitwise
> operators for that?
ipv6_addr_type() does return a mask, but there's a lot of code that just
checks for equality since some things are mutually-exclusive - this code
is actually identical to what ip6_route_add() does. I don't
particularly like this duality, but it's there - I'd gladly volunteer to
clean this up everywhere if I didn't think there might be some
performance reason it was done like that.
> Also, the error message is no longer descriptive of the
> failure if it's a link-local multicast, but you could make it "target
> address is not
> link-local unicast.\n" (in both places).
I can do that, thanks.
-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