ip-link: Document IPoIB link type in the man page
Add documentation on how to create devices of type IP-over-Infiniband in the man page. Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
This commit is contained in:
parent
4d9a264f09
commit
8ca8fac7aa
|
|
@ -449,6 +449,23 @@ when tunneling non-IP packets. The default value is 00.
|
||||||
|
|
||||||
.in -8
|
.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
|
.SS ip link delete - delete virtual link
|
||||||
.I DEVICE
|
.I DEVICE
|
||||||
specifies the virtual device to act operate on.
|
specifies the virtual device to act operate on.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue