Commit 4de8d885 authored by Pavel Emelyanov's avatar Pavel Emelyanov Committed by Stephen Hemminger

iproute: Document the "ip link add index IDX" possibility

Signed-off-by: default avatarPavel Emelyanov <xemul@paralles.com>
parent 1c28bd59
...@@ -39,6 +39,8 @@ ip-link \- network device configuration ...@@ -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. ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment