From patchwork Sun Dec 1 07:31:38 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Or Gerlitz X-Patchwork-Id: 3261731 Return-Path: X-Original-To: patchwork-linux-rdma@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 2BC7A9F373 for ; Sun, 1 Dec 2013 07:31:57 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 528AA2016C for ; Sun, 1 Dec 2013 07:31:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 47DFA20174 for ; Sun, 1 Dec 2013 07:31:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751403Ab3LAHbq (ORCPT ); Sun, 1 Dec 2013 02:31:46 -0500 Received: from mailp.voltaire.com ([193.47.165.129]:38942 "EHLO mellanox.co.il" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751387Ab3LAHbq (ORCPT ); Sun, 1 Dec 2013 02:31:46 -0500 Received: from Internal Mail-Server by MTLPINE2 (envelope-from ogerlitz@mellanox.com) with SMTP; 1 Dec 2013 09:31:40 +0200 Received: from r-vnc04.mtr.labs.mlnx (r-vnc04.mtr.labs.mlnx [10.208.0.116]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id rB17VdMn007541; Sun, 1 Dec 2013 09:31:39 +0200 From: Or Gerlitz To: sean.hefty@intel.com Cc: linux-rdma@vger.kernel.org, mrhines@us.ibm.com, Or Gerlitz Subject: [PATCH V1 librdmacm] Add directives on binding to IPv6 any address to man pages Date: Sun, 1 Dec 2013 09:31:38 +0200 Message-Id: <1385883098-22307-1-git-send-email-ogerlitz@mellanox.com> X-Mailer: git-send-email 1.7.8.2 Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Explain how to bind to IPv6 any address in the man pages for the examples Signed-off-by: Or Gerlitz --- 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(-) 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.