Hi, > For this it create a socket for datagram and > protocol IPPROTO_IP and then try to connect it with the destination > address. This fails in the case of a LLA, because connect returns EINVAL, > since here is no device bind to this socket at this time.
[snip] > Why do we have this check in ip6_datagram_connect() ? This problem has been nicely described in http://www.linux-ipv6.org/ml/usagi-users/msg03062.html without any response. RFC2461, Appendix A, really suggests performing neighbour discovery on all the links. I like the idea, it would make LLAs much more useful. Has anyone experimented with this? Is there any good reason why we don't send NSs to all the links to find out which link the destination LLA is on? Regards, -- Jiri Bohac <[EMAIL PROTECTED]> SUSE Labs, SUSE CZ - 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