From: Jeff Layton Date: Fri, 14 Aug 2009 17:37:12 +0000 (-0400) Subject: nfs-utils: add IPv6 support to nfsd X-Git-Tag: nfs-utils-1-2-1-rc3~1 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=542b5ba9e68a6bbabe9b29b5d29b5b793b3e8d4f;hp=542b5ba9e68a6bbabe9b29b5d29b5b793b3e8d4f 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 Signed-off-by: Steve Dickson ---