Andi Kleen writes:
 > A coding mistake was fixed.
 > 
 > Here is the patch if you're interested (cut'n'pasted so not applicable)

That's not the final fix Andi.  The final fix was to add this chunk
about the send_llinfo test:

        if (saddr == NULL) {
                if (ipv6_get_lladdr(dev, &addr_buf))
                        return;
                saddr = &addr_buf;
        }

And remove that chunk of code later in the function.  This is what
you'll find in 2.4.5-preX current.

You made the diff with a CVS tree, so I have no idea how you could
have gotten the old change.

Later,
David S. Miller
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to