[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20141224123522.15370a16@urahara>
Date: Wed, 24 Dec 2014 12:35:22 -0800
From: Stephen Hemminger <stephen@...workplumber.org>
To: Vadim Kochan <vadim4j@...il.com>
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH iproute2 2/4] ip: Allow to easy change network namespace
On Sat, 13 Dec 2014 19:55:32 +0200
Vadim Kochan <vadim4j@...il.com> wrote:
> From: Vadim Kochan <vadim4j@...il.com>
>
> Added new '-netns' option to simplify executing following cmd:
>
> ip netns exec NETNS ip OPTIONS COMMAND OBJECT
>
> to
>
> ip -n[etns] NETNS OPTIONS COMMAND OBJECT
>
> e.g.:
>
> ip -net vnet0 link add br0 type bridge
> ip -n vnet0 link
>
> Signed-off-by: Vadim Kochan <vadim4j@...il.com>
Needs to be rebased against current upstream code.
Will not apply clean any more.
Please resubmit whole patch series.
--
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