]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
commit
authorSean Hefty <sean.hefty@intel.com>
Wed, 4 Dec 2013 00:52:40 +0000 (16:52 -0800)
committerSean Hefty <sean.hefty@intel.com>
Wed, 4 Dec 2013 00:52:40 +0000 (16:52 -0800)
meta
patches/cma.mbox [deleted file]

diff --git a/meta b/meta
index 6352bda3925aa2731060bb69804854368e1e5bce..3bb2d3eb4dd1431c1886484d46dafd8115c7ec57 100644 (file)
--- a/meta
+++ b/meta
@@ -1,8 +1,7 @@
 Version: 1
-Previous: f9eaec66bdae977c313ad262bff94e216d163ebc
+Previous: b189536ef3b66a3511fcf14d30c1ca01c590c1b5
 Head: da2b7c1cde16df7936273b1ebd38e7c25856c843
 Applied:
-  cma.mbox: da2b7c1cde16df7936273b1ebd38e7c25856c843
 Unapplied:
   old-af-ib: d71ebf70cf74111cfd5f0982d9abe6ec68fb38e3
   old-seterr: 47eb0c419687c2690292c1910acae83a46e5388c
diff --git a/patches/cma.mbox b/patches/cma.mbox
deleted file mode 100644 (file)
index 65aab7a..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-Bottom: ccdc242c2debe1fcb36d673c1005d1c45760c354
-Top:    902e9b159a88d01c26ca0aa86343d8cc4eaa1469
-Author: Or Gerlitz <ogerlitz@mellanox.com>
-Date:   2013-12-03 16:51:07 -0800
-
-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 <ogerlitz@mellanox.com>
-Signed-off-by: Sean Hefty <sean.hefty@intel.com>
-
-
----
-
-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.