From: Steve Dickson <SteveD@redhat.com>
To: Ben Greear <greearb@candelatech.com>
Cc: linux-nfs@vger.kernel.org
Subject: Re: [PATCH v4 0/6] nfs-utils: Support binding to source address.
Date: Wed, 22 Jun 2011 10:29:47 -0400 [thread overview]
Message-ID: <4E01FC5B.1000509@RedHat.com> (raw)
In-Reply-To: <4DFF8604.1050508@candelatech.com>
Sorry for the delay.. I was traveling last week..
On 06/20/2011 01:40 PM, Ben Greear wrote:
> On 06/13/2011 02:26 PM, greearb@candelatech.com wrote:
>> 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.
>
> Any feedback on this? Good enough for inclusion upstream?
Question, are there kernel patches needed to complete this work?
steved.
>
> Thanks,
> Ben
>
>>
>> v6: Remove is_set flag from local_bind_info struct. Just pass in
>> NULL if local IP is not specified.
>> Use family of server when parsing local IP address. This makes
>> sure that we do not get a family mis-match between server and
>> local ip.
>> Rename parse_local_bind to nfs_parse_local_bind
>> Clean up a few nits (don't check for null before freeing something).
>>
>> v5: Fix compile error with ipv6 enabled. One minor
>> change to patch 1.
>>
>> v4: Remove get_socket() modifications: stropt mount doesn't use them.
>> (This removed old patch 4, and modified patch 1)
>> Remove open-parsing of srcaddr= in mount logic. Move parsing
>> to nfs_validate_options()
>>
>> *** BLURB HERE ***
>>
>> Ben Greear (6):
>> 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: 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 | 5 ++
>> support/nfs/getport.c | 39 +++++++++-----
>> support/nfs/rpc_socket.c | 96 ++++++++++++++++++++++++----------
>> utils/gssd/gssd.h | 2 +
>> utils/gssd/gssd_proc.c | 33 +++++++-----
>> utils/mount/network.c | 125 +++++++++++++++++++++++++++++++++++---------
>> utils/mount/network.h | 17 ++++--
>> utils/mount/nfs.man | 7 +++
>> utils/mount/nfsmount.c | 2 +-
>> utils/mount/nfsumount.c | 28 ++++++++--
>> utils/mount/stropts.c | 28 ++++++++--
>> utils/mount/utils.c | 6 ++-
>> utils/mount/utils.h | 4 +-
>> 14 files changed, 310 insertions(+), 105 deletions(-)
>>
>
>
next prev parent reply other threads:[~2011-06-22 14:29 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-13 21:26 [PATCH v4 0/6] nfs-utils: Support binding to source address greearb
2011-06-13 21:26 ` [PATCH v4 1/6] nfs-utils: Add structure for passing local binding info greearb
2011-06-13 21:26 ` [PATCH v4 2/6] nfs-utils: Add patch to parse srcaddr= option greearb
2011-06-13 21:26 ` [PATCH v4 3/6] nfs-utils: Implement srcaddr binding in rpc_socket greearb
2011-06-13 21:26 ` [PATCH v4 4/6] nfs-utils: Support srcaddr=n option for string mount greearb
2011-06-13 21:26 ` [PATCH v4 5/6] nfs-utils: Implement srcaddr=n binding for unmount greearb
2011-06-13 21:26 ` [PATCH v4 6/6] nfs-utils: Update man page for srcaddr= option greearb
2011-06-20 17:40 ` [PATCH v4 0/6] nfs-utils: Support binding to source address Ben Greear
2011-06-22 14:29 ` Steve Dickson [this message]
2011-06-22 14:53 ` Ben Greear
2011-06-22 18:57 ` Steve Dickson
2011-06-22 19:11 ` Ben Greear
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=4E01FC5B.1000509@RedHat.com \
--to=steved@redhat.com \
--cc=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).