]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
From patchwork Sun Dec 1 07:31:38 2013
authorSean Hefty <sean.hefty@intel.com>
Wed, 4 Dec 2013 00:51:07 +0000 (16:51 -0800)
committerSean Hefty <sean.hefty@intel.com>
Wed, 4 Dec 2013 00:51:07 +0000 (16:51 -0800)
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Subject: [V1,
librdmacm] Add directives on binding to IPv6 any address to man pages
From: Or Gerlitz <ogerlitz@mellanox.com>
X-Patchwork-Id: 3261731
Message-Id: <1385883098-22307-1-git-send-email-ogerlitz@mellanox.com>
To: sean.hefty@intel.com
Cc: linux-rdma@vger.kernel.org, mrhines@us.ibm.com,
Or Gerlitz <ogerlitz@mellanox.com>
Date: Sun,  1 Dec 2013 09:31:38 +0200

Explain how to bind to IPv6 any address in the man pages for the examples

Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
man/rping.1
man/ucmatose.1
man/udaddy.1

index a2b7b6be604b0ad43fba147e9c7211233f9b65e2..127d290d0cfdbf73bc69494a75e77ad765ad8739 100644 (file)
@@ -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
index 95dc2d612737fea5929879f462f7cc26ccb424d3..57e2c1b23bd9fac1467d429e39f8ba85ed9e9a2f 100644 (file)
@@ -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
index 2f56b465b21125569ca0926b80546a25082ddc4f..022018ec9449ee37335bc4eb0a324d46c336f00d 100644 (file)
@@ -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.