All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] iproute: Document the "ip link add index IDX" possibility
@ 2013-12-30  9:55 Pavel Emelyanov
  2014-01-10  6:43 ` Stephen Hemminger
  0 siblings, 1 reply; 2+ messages in thread
From: Pavel Emelyanov @ 2013-12-30  9:55 UTC (permalink / raw)
  To: Stephen Hemminger, Linux Netdev List

Signed-off-by: Pavel Emelyanov <xemul@paralles.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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] iproute: Document the "ip link add index IDX" possibility
  2013-12-30  9:55 [PATCH] iproute: Document the "ip link add index IDX" possibility Pavel Emelyanov
@ 2014-01-10  6:43 ` Stephen Hemminger
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2014-01-10  6:43 UTC (permalink / raw)
  To: Pavel Emelyanov; +Cc: Linux Netdev List

On Mon, 30 Dec 2013 13:55:17 +0400
Pavel Emelyanov <xemul@parallels.com> wrote:

> Signed-off-by: Pavel Emelyanov <xemul@paralles.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

Applied

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-01-10  6:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-30  9:55 [PATCH] iproute: Document the "ip link add index IDX" possibility Pavel Emelyanov
2014-01-10  6:43 ` Stephen Hemminger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.