To start down the road of a V4-only environment, there needs to be a way to turn off UDP listeners in mountd, similar to how TCP listeners are disabled. The patch does that by added the [-u|--no-udp] flags which allows the disabling of the UDP listener Steve Dickson (2): mountd: Use protocol bit fields to turn protocols off. mountd: Add the ability to disable UDP listeners. support/include/rpcmisc.h | 2 +- support/nfs/rpcmisc.c | 19 ++++++++++++++----- support/nfs/svc_create.c | 8 ++++++++ utils/mountd/mountd.c | 12 ++++++++---- utils/mountd/mountd.man | 3 +++ 5 files changed, 34 insertions(+), 10 deletions(-) -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html