iproute: Document the "ip link add index IDX" possibility
Signed-off-by: Pavel Emelyanov <xemul@paralles.com>
This commit is contained in:
parent
1c28bd597b
commit
4de8d8851d
|
|
@ -39,6 +39,8 @@ ip-link \- network device configuration
|
||||||
.br
|
.br
|
||||||
.RB "[ " mtu
|
.RB "[ " mtu
|
||||||
.IR MTU " ]"
|
.IR MTU " ]"
|
||||||
|
.RB "[ " index
|
||||||
|
.IR IDX " ]"
|
||||||
.br
|
.br
|
||||||
.RB "[ " numtxqueues
|
.RB "[ " numtxqueues
|
||||||
.IR QUEUE_COUNT " ]"
|
.IR QUEUE_COUNT " ]"
|
||||||
|
|
@ -217,6 +219,10 @@ specifies the number of transmit queues for new device.
|
||||||
.BI numrxqueues " QUEUE_COUNT "
|
.BI numrxqueues " QUEUE_COUNT "
|
||||||
specifies the number of receive queues for new device.
|
specifies the number of receive queues for new device.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.BI index " IDX "
|
||||||
|
specifies the desired index of the new virtual device. The link creation fails, if the index is busy.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
VXLAN Type Support
|
VXLAN Type Support
|
||||||
For a link of type
|
For a link of type
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue