@@ -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
@@ -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
@@ -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.
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(-)