From: Steve Dickson <steved@redhat.com>
To: Linux NFS Mailing list <linux-nfs@vger.kernel.org>
Subject: [PATCH 0/3] mountd: disabling turning off TCP listeners
Date: Tue, 22 Oct 2013 04:19:23 -0400 [thread overview]
Message-ID: <1382429966-14531-1-git-send-email-steved@redhat.com> (raw)
Recently it was pointed out to me that the [-n | --no-tcp] flags
were broken in mountd. Sure enough they are and they broke
when nfs-utils moved to using libtirpc, which was years ago.
Obviously nobody is using these flags since has not been
notice until now, but it seemed to me it no longer makes
any sense to have flags. We really want people to use TCP
so why should there be a way to turn it off? It should be
the opposite... They should be able to turn off UDP listeners
not TCP...
So this patch set does just that. It deprecate the ability to
disable TCP listeners and addd the ability to disable UDP listeners.
Steve Dickson (3):
mountd: Use protocol bit fields to turn protocols off.
mountd: Deprecate the ability to disable TCP listeners.
mountd: Add the ability to disable UDP listeners.
support/include/rpcmisc.h | 2 +-
support/nfs/rpcmisc.c | 19 ++++++++++++++-----
support/nfs/svc_create.c | 5 +++++
utils/mountd/mountd.c | 15 +++++++++++----
utils/mountd/mountd.man | 6 +++---
5 files changed, 34 insertions(+), 13 deletions(-)
--
1.8.3.1
next reply other threads:[~2013-10-22 8:18 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-22 8:19 Steve Dickson [this message]
2013-10-22 8:19 ` [PATCH 1/3] mountd: Use protocol bit fields to turn protocols off Steve Dickson
2013-10-22 8:19 ` [PATCH 2/3] mountd: Deprecate the ability to disable TCP listeners Steve Dickson
2013-10-22 11:39 ` Jim Rees
2013-10-23 13:59 ` Steve Dickson
2013-10-23 14:42 ` Jim Rees
2013-10-22 8:19 ` [PATCH 3/3] mountd: Add the ability to disable UDP listeners Steve Dickson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1382429966-14531-1-git-send-email-steved@redhat.com \
--to=steved@redhat.com \
--cc=linux-nfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.