diff mbox

[V1,librdmacm] Add directives on binding to IPv6 any address to man pages

Message ID 1385883098-22307-1-git-send-email-ogerlitz@mellanox.com (mailing list archive)
State Rejected
Headers show

Commit Message

Or Gerlitz Dec. 1, 2013, 7:31 a.m. UTC
Explain how to bind to IPv6 any address in the man pages for the examples

Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
---

changes from V0:
 - fixed cut && paste error in the bind directive for ucmatose/udaddy

 man/rping.1    |    1 +
 man/ucmatose.1 |    1 +
 man/udaddy.1   |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)

Comments

Hefty, Sean Dec. 4, 2013, 12:54 a.m. UTC | #1
thanks - applied
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/man/rping.1 b/man/rping.1
index a2b7b6b..127d290 100644
--- a/man/rping.1
+++ b/man/rping.1
@@ -23,6 +23,7 @@  Run as the client.
 .TP
 \-a address
 On the server, specifies the network address to bind the connection to.
+To bind to any address with IPv6 use -a ::0 .
 On the client, specifies the server address to connect to.
 .TP
 \-p
diff --git a/man/ucmatose.1 b/man/ucmatose.1
index 95dc2d6..57e2c1b 100644
--- a/man/ucmatose.1
+++ b/man/ucmatose.1
@@ -23,6 +23,7 @@  This option must be specified by the client.
 .TP
 \-b bind_address
 The local network address to bind to.
+To bind to any address with IPv6 use -b ::0 .
 .TP
 \-f address_format
 Specifies the format of the server and bind address.  Be default, the
diff --git a/man/udaddy.1 b/man/udaddy.1
index 2f56b46..022018e 100644
--- a/man/udaddy.1
+++ b/man/udaddy.1
@@ -22,6 +22,7 @@  This option must be specified by the client.
 .TP
 \-b bind_address
 The local network address to bind to.
+To bind to any address with IPv6 use -b ::0 .
 .TP
 \-c connections
 The number of communication paths to establish between the client and server.