]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/cifs/CHANGES
[CIFS] Add IPv6 support
authorSteve French <sfrench@us.ibm.com>
Wed, 25 Apr 2007 11:59:10 +0000 (11:59 +0000)
committerSteve French <sfrench@us.ibm.com>
Wed, 25 Apr 2007 11:59:10 +0000 (11:59 +0000)
commit5858ae44e289ac6c809af3fe81b9a6ed41914d41
treeb62cf39ee27152cdfb891d2f723f0f00b3cbc346
parentcbac3cba66ab51492da53e7bf4f38da872408065
[CIFS]  Add IPv6 support

IPv6 support was started a few years ago in the cifs client, but lacked a
kernel helper function for parsing the ascii form of the ipv6 address. Now
that that is added (and now IPv6 is the default that some OS use now) it
was fairly easy to finish  the cifs ipv6 support.  This  requires that
CIFS_EXPERIMENTAL be enabled and (at least until the mount.cifs module is
modified to use a new ipv6 friendly call instead of gethostbyname) and the
ipv6 address be passed on the mount as "ip=" mount option.

Thanks

Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/CHANGES
fs/cifs/connect.c
fs/cifs/netmisc.c