From: Chuck Ebbert <[EMAIL PROTECTED]>
Date: Thu, 26 Apr 2007 17:53:58 -0400

> And what does this do?
> 
> +     switch (hdr->type) {
> +#ifdef CONFIG_IPV6_MIP6
> +             break;
> +#endif
> 
> break by itself like that doesn't do anything. If it did
> then people with mobile ipv6 enabled would always accept all
> source routing. (They should at least know that's a problem.)

We are aware of this part already, and I've sent the fix to
the -stable folks and Linus so we can figure out how to deal
with this and the netlink OOPS'er too.

To be honest I don't blame anyone but the compiler, it shouldn't
accept that code without at least a warning.
-
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