2021-06-08 17:11:22

by Chuck Lever III

[permalink] [raw]
Subject: [PATCH] nfs(5): Fix missing mentions of "rdma6" netid

Signed-off-by: Chuck Lever <[email protected]>
---
utils/mount/nfs.man | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/utils/mount/nfs.man b/utils/mount/nfs.man
index 5682b5592a66..f98cb47dbf99 100644
--- a/utils/mount/nfs.man
+++ b/utils/mount/nfs.man
@@ -564,7 +564,7 @@ The
.I netid
determines the transport that is used to communicate with the NFS
server. Available options are
-.BR udp ", " udp6 ", "tcp ", " tcp6 ", and " rdma .
+.BR udp ", " udp6 ", "tcp ", " tcp6 ", " rdma ", and " rdma6 .
Those which end in
.B 6
use IPv6 addresses and are only available if support for TI-RPC is
@@ -812,7 +812,7 @@ The
.I netid
determines the transport that is used to communicate with the NFS
server. Supported options are
-.BR tcp ", " tcp6 ", and " rdma .
+.BR tcp ", " tcp6 ", " rdma ", and " rdma6 .
.B tcp6
use IPv6 addresses and is only available if support for TI-RPC is
built in. Both others use IPv4 addresses.



2021-06-10 18:02:41

by Steve Dickson

[permalink] [raw]
Subject: Re: [PATCH] nfs(5): Fix missing mentions of "rdma6" netid



On 6/8/21 1:10 PM, Chuck Lever wrote:
> Signed-off-by: Chuck Lever <[email protected]>
> ---
> utils/mount/nfs.man | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Committed (tag: nfs-utils-2-5-4-rc7

steved.
>
> diff --git a/utils/mount/nfs.man b/utils/mount/nfs.man
> index 5682b5592a66..f98cb47dbf99 100644
> --- a/utils/mount/nfs.man
> +++ b/utils/mount/nfs.man
> @@ -564,7 +564,7 @@ The
> .I netid
> determines the transport that is used to communicate with the NFS
> server. Available options are
> -.BR udp ", " udp6 ", "tcp ", " tcp6 ", and " rdma .
> +.BR udp ", " udp6 ", "tcp ", " tcp6 ", " rdma ", and " rdma6 .
> Those which end in
> .B 6
> use IPv6 addresses and are only available if support for TI-RPC is
> @@ -812,7 +812,7 @@ The
> .I netid
> determines the transport that is used to communicate with the NFS
> server. Supported options are
> -.BR tcp ", " tcp6 ", and " rdma .
> +.BR tcp ", " tcp6 ", " rdma ", and " rdma6 .
> .B tcp6
> use IPv6 addresses and is only available if support for TI-RPC is
> built in. Both others use IPv4 addresses.
>
>