[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <52C14305.8070401@parallels.com>
Date: Mon, 30 Dec 2013 13:55:17 +0400
From: Pavel Emelyanov <xemul@...allels.com>
To: Stephen Hemminger <stephen@...workplumber.org>,
Linux Netdev List <netdev@...r.kernel.org>
Subject: [PATCH] iproute: Document the "ip link add index IDX" possibility
Signed-off-by: Pavel Emelyanov <xemul@...alles.com>
---
diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in
index 3986a5a..94d07fc 100644
--- a/man/man8/ip-link.8.in
+++ b/man/man8/ip-link.8.in
@@ -39,6 +39,8 @@ ip-link \- network device configuration
.br
.RB "[ " mtu
.IR MTU " ]"
+.RB "[ " index
+.IR IDX " ]"
.br
.RB "[ " numtxqueues
.IR QUEUE_COUNT " ]"
@@ -218,6 +220,10 @@ specifies the number of transmit 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
VXLAN Type Support
For a link of type
.I VXLAN
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists