From da2b7c1cde16df7936273b1ebd38e7c25856c843 Mon Sep 17 00:00:00 2001 From: Or Gerlitz Date: Tue, 3 Dec 2013 16:51:07 -0800 Subject: [PATCH] librdmacm: Add directives on binding to IPv6 any address to man pages Explain how to bind to IPv6 any address in the man pages for the examples Signed-off-by: Or Gerlitz Signed-off-by: Sean Hefty --- man/rping.1 | 1 + man/ucmatose.1 | 1 + man/udaddy.1 | 1 + 3 files changed, 3 insertions(+) diff --git a/man/rping.1 b/man/rping.1 index a2b7b6be..127d290d 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 95dc2d61..57e2c1b2 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 2f56b465..022018ec 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. -- 2.41.0