On 26/07/07 00:49, Dave Johnson wrote:
> ipv6_addr_type() doesn't check for 'Unique Local IPv6 Unicast
> Addresses' (RFC4193) and returns IPV6_ADDR_RESERVED for that range.

> +     if ((st & htonl(0xFE000000)) == htonl(0xFC000000))
> +             return (IPV6_ADDR_UNICAST |
> +                     IPV6_ADDR_SCOPE_TYPE(IPV6_ADDR_SCOPE_GLOBAL));          
>         /* RFC 4193 */

But ULA's scope isn't global, shouldn't it be IPV6_ADDR_SCOPE_ORGLOCAL ?

-- 
Simon Arlott
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to