]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
nfs-utils: add IPv6 support to nfsd
authorJeff Layton <jlayton@redhat.com>
Fri, 14 Aug 2009 17:37:12 +0000 (13:37 -0400)
committerSteve Dickson <steved@redhat.com>
Fri, 14 Aug 2009 17:37:12 +0000 (13:37 -0400)
Add support for handing off IPv6 sockets to the kernel for nfsd. One of
the main goals here is to not change the behavior of options and not to
add any new ones, so this patch attempts to do that.

We also don't want to break anything in the event that someone has an
rpc.nfsd program built with IPv6 capability, but the knfsd doesn't
support IPv6. Ditto for the cases where IPv6 is either not compiled in
or is compiled in and blacklisted.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve Dickson <steved@redhat.com>

No differences found