From: greearb@candelatech.com
To: linux-nfs@vger.kernel.org
Cc: Ben Greear <greearb@candelatech.com>
Subject: [PATCH 0/7] nfs-utils: Support binding to source address.
Date: Fri, 10 Jun 2011 11:09:32 -0700 [thread overview]
Message-ID: <1307729379-7702-1-git-send-email-greearb@candelatech.com> (raw)
From: Ben Greear <greearb@candelatech.com>
This lets one specify the source IP address for
sockets, allowing users to leverage routing rules
on multi-homed systems.
Kernel patches to RPC and NFS are needed to complete
full functionality.
v3: Break into smaller patches for easier review.
Remove srcaddr support from non-stropts API.
Ben Greear (7):
nfs-utils: Add structure for passing local binding info.
nfs-utils: Add patch to parse srcaddr= option.
nfs-utils: Implement srcaddr binding in rpc_socket
nfs-utils: Implement srcaddr binding in network.c
nfs-utils: Support srcaddr=n option for string mount.
nfs-utils: Implement srcaddr=n binding for unmount.
nfs-utils: Update man page for srcaddr= option.
support/include/nfsrpc.h | 23 +++++--
support/include/sockaddr.h | 6 ++
support/nfs/getport.c | 37 +++++++----
support/nfs/rpc_socket.c | 96 ++++++++++++++++++++--------
utils/gssd/gssd.h | 2 +
utils/gssd/gssd_proc.c | 33 ++++++----
utils/mount/network.c | 149 +++++++++++++++++++++++++++++++++----------
utils/mount/network.h | 20 ++++--
utils/mount/nfs.man | 7 ++
utils/mount/nfs4mount.c | 3 +-
utils/mount/nfsmount.c | 6 +-
utils/mount/nfsumount.c | 26 +++++++-
utils/mount/stropts.c | 35 +++++++++-
utils/mount/utils.c | 6 +-
utils/mount/utils.h | 4 +-
15 files changed, 335 insertions(+), 118 deletions(-)
--
1.7.3.4
next reply other threads:[~2011-06-10 18:09 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-10 18:09 greearb [this message]
2011-06-10 18:09 ` [PATCH 1/7] nfs-utils: Add structure for passing local binding info greearb
2011-06-10 18:09 ` [PATCH 2/7] nfs-utils: Add patch to parse srcaddr= option greearb
2011-06-10 18:09 ` [PATCH 3/7] nfs-utils: Implement srcaddr binding in rpc_socket greearb
2011-06-10 18:09 ` [PATCH 4/7] nfs-utils: Implement srcaddr binding in network.c greearb
2011-06-10 18:29 ` Chuck Lever
2011-06-10 18:40 ` Ben Greear
2011-06-10 18:09 ` [PATCH 5/7] nfs-utils: Support srcaddr=n option for string mount greearb
2011-06-10 18:39 ` Chuck Lever
2011-06-10 18:09 ` [PATCH 6/7] nfs-utils: Implement srcaddr=n binding for unmount greearb
2011-06-10 18:09 ` [PATCH 7/7] nfs-utils: Update man page for srcaddr= option greearb
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=1307729379-7702-1-git-send-email-greearb@candelatech.com \
--to=greearb@candelatech.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).