]> git.decadent.org.uk Git - nfs-utils.git/commit
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)
commit542b5ba9e68a6bbabe9b29b5d29b5b793b3e8d4f
tree785a327bb962eb9874a638992808838c9683a952
parent513acad321c325207a9d8f7f0129253b0e2b6d11
nfs-utils: add IPv6 support to nfsd

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>
utils/nfsd/nfsd.c