]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/nfsd/nfssvc.c
nfsd: Enable IPv6 support in rpc.nfsd again.
[nfs-utils.git] / utils / nfsd / nfssvc.c
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