On Thu, 26 Aug 2010 18:36:54 -0500 Steve French <smfrench@xxxxxxxxx> wrote: > There are clearly valid reasons for being able to select outgoing > interface - I wouldn't mind doing this using IPv6 address format if > that is more natural (since that can include ipv4 addresses) - or > distinct ipv4/ipv6 > The patch already uses cifs_convert_address which handles IPv4 or IPv6 addresses just fine. I don't think it would be that difficult to optionally store a v4 or v6 address to bind socket. You'll also need to think about what this means for ip address selection in the mount helper. It'll need to be modified to make sure that the address families between the two match. What happens if someone specifies and IPv4 bindaddr, and the host in the UNC resolves to an IPv6 address? -- Jeff Layton <jlayton@xxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html