On Wed, Oct 14, 2009 at 10:30:05AM -0700, David J. Wilder wrote: > This looks good. Once concern, it may be obtuse, but if both the src and > dst are link-local addresses should only one need to be scoped? This > patch will required the src to always be scoped when using link local.
The TCPv6 code requires the src to be scoped (or SO_BINDTODEVICE to be used prior). If src is scoped then it is optional to scope dest, but if dest is scoped then it must match. I intended to capture that logic.. Can you give a quick test and send a git format-patch/checkpatch'd patch to Roland, with your signed off line, etc. You can put a Reviewed-by line from me as well if you like. Thanks, Jason -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
