naccyde / rpms / iproute

Forked from rpms/iproute 5 months ago
Clone

Blame SOURCES/0083-ip-link-Document-IPoIB-link-type-in-the-man-page.patch

049c96
From 00618aeedb8287dc27609ff80ba077710ddeca25 Mon Sep 17 00:00:00 2001
049c96
From: Phil Sutter <psutter@redhat.com>
049c96
Date: Mon, 7 Mar 2016 15:57:00 +0100
049c96
Subject: [PATCH] ip-link: Document IPoIB link type in the man page
049c96
049c96
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1013584
049c96
Upstream Status: iproute2.git commit 8ca8fac7aaf61
049c96
049c96
commit 8ca8fac7aaf61a05ee074fe1f1daee4acabf8588
049c96
Author: Or Gerlitz <ogerlitz@mellanox.com>
049c96
Date:   Sun Nov 16 09:43:34 2014 +0200
049c96
049c96
    ip-link: Document IPoIB link type in the man page
049c96
049c96
    Add documentation on how to create devices of type IP-over-Infiniband
049c96
    in the man page.
049c96
049c96
    Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
049c96
---
049c96
 man/man8/ip-link.8.in | 17 +++++++++++++++++
049c96
 1 file changed, 17 insertions(+)
049c96
049c96
diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in
049c96
index 9e667a2..dffa25b 100644
049c96
--- a/man/man8/ip-link.8.in
049c96
+++ b/man/man8/ip-link.8.in
049c96
@@ -622,6 +622,23 @@ when tunneling non-IP packets. The default value is 00.
049c96
 
049c96
 .in -8
049c96
 
049c96
+.TP
049c96
+IPoIB Type Support
049c96
+For a link of type
049c96
+.I IPoIB
049c96
+the following additional arguments are supported:
049c96
+
049c96
+.BI "ip link add " DEVICE " name " NAME
049c96
+.BI type " ipoib [ " pkey " PKEY ] [" mode " MODE " ]
049c96
+
049c96
+.in +8
049c96
+.sp
049c96
+.BI  pkey " PKEY "
049c96
+- specifies the IB P-Key to use.
049c96
+
049c96
+.BI  mode " MODE "
049c96
+- specifies the mode (datagram or connected) to use.
049c96
+
049c96
 .SS ip link delete - delete virtual link
049c96
 .I DEVICE
049c96
 specifies the virtual  device to act operate on.
049c96
-- 
049c96
1.8.3.1
049c96