]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
nfsd: Enable IPv6 support in rpc.nfsd again.
authorChuck Lever <chuck.lever@oracle.com>
Mon, 27 Sep 2010 14:16:34 +0000 (10:16 -0400)
committerSteve Dickson <steved@redhat.com>
Mon, 27 Sep 2010 15:28:10 +0000 (11:28 -0400)
Revert commit b2a3cd59 so that rpc.nfsd can create IPv6 listener
sockets for the kernel.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
utils/nfsd/nfsd.c
utils/nfsd/nfssvc.c

index 658b8fa905098afb0942db3b80d36a328b03c76b..e7e1470d3c9ef2a9e20f8f915761d8eac4bf58ea 100644 (file)
 #include "nfssvc.h"
 #include "xlog.h"
 
-/*
- * IPv6 support for nfsd was finished before some of the other daemons (mountd
- * and statd in particular). That could be a problem in the future if someone
- * were to boot a kernel that supports IPv6 serving with  an older nfs-utils. For
- * now, hardcode the IPv6 switch into the off position until the other daemons
- * are functional.
- */
-#undef IPV6_SUPPORTED
-
 static void    usage(const char *);
 
 static struct option longopts[] =
index 7693626fc1a579110b3b163c71663a1bd11b8fcc..ea36399261b5d23f969269a141f0f6d67159ef67 100644 (file)
 #include "nfslib.h"
 #include "xlog.h"
 
-/*
- * IPv6 support for nfsd was finished before some of the other daemons (mountd
- * and statd in particular). That could be a problem in the future if someone
- * were to boot a kernel that supports IPv6 serving with an older nfs-utils. For
- * now, hardcode the IPv6 switch into the off position until the other daemons
- * are functional.
- */
-#undef IPV6_SUPPORTED
-
 #ifndef NFSD_FS_DIR
 #define NFSD_FS_DIR      "/proc/fs/nfsd"
 #endif