summaryrefslogtreecommitdiffstats
path: root/utils/nfsd/nfssvc.c
diff options
context:
space:
mode:
authorJeff Layton <jlayton@redhat.com>2009-09-14 13:24:00 -0400
committerSteve Dickson <steved@redhat.com>2009-09-14 13:24:00 -0400
commitb2a3cd590442309d40e9dd6d43213445df250694 (patch)
tree90ff13fe3c3dffec48d5cb78d6ebd3eed788af43 /utils/nfsd/nfssvc.c
parentbd947185cfc7978c562fddf2f14f602c44a5cac9 (diff)
downloadnfs-utils-b2a3cd590442309d40e9dd6d43213445df250694.tar.gz
nfs-utils-b2a3cd590442309d40e9dd6d43213445df250694.tar.xz
nfs-utils-b2a3cd590442309d40e9dd6d43213445df250694.zip
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. Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils/nfsd/nfssvc.c')
-rw-r--r--utils/nfsd/nfssvc.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/utils/nfsd/nfssvc.c b/utils/nfsd/nfssvc.c
index ee862b2..12d3253 100644
--- a/utils/nfsd/nfssvc.c
+++ b/utils/nfsd/nfssvc.c
@@ -22,6 +22,15 @@
#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
+
#define NFSD_PORTS_FILE "/proc/fs/nfsd/portlist"
#define NFSD_VERS_FILE "/proc/fs/nfsd/versions"
#define NFSD_THREAD_FILE "/proc/fs/nfsd/threads"