]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
ip-link: Document IPoIB link type in the man page
authorOr Gerlitz <ogerlitz@mellanox.com>
Sun, 16 Nov 2014 07:43:34 +0000 (09:43 +0200)
committerStephen Hemminger <shemming@brocade.com>
Sat, 29 Nov 2014 19:05:51 +0000 (11:05 -0800)
Add documentation on how to create devices of type IP-over-Infiniband
in the man page.

Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
man/man8/ip-link.8.in

index 6d32f5ec979ce7a18f25e3a12befe1e9b14cc98b..a05633faf89241cfafb82c3e525cc8ca6ad536c0 100644 (file)
@@ -449,6 +449,23 @@ when tunneling non-IP packets. The default value is 00.
 
 .in -8
 
+.TP
+IPoIB Type Support
+For a link of type
+.I IPoIB
+the following additional arguments are supported:
+
+.BI "ip link add " DEVICE " name " NAME
+.BI type " ipoib [ " pkey " PKEY ] [" mode " MODE " ]
+
+.in +8
+.sp
+.BI  pkey " PKEY "
+- specifies the IB P-Key to use.
+
+.BI  mode " MODE "
+- specifies the mode (datagram or connected) to use.
+
 .SS ip link delete - delete virtual link
 .I DEVICE
 specifies the virtual  device to act operate on.