[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150108005212.GA10487@angus-think.lan>
Date: Thu, 8 Jan 2015 02:52:12 +0200
From: Vadim Kochan <vadim4j@...il.com>
To: Cong Wang <cwang@...pensource.com>
Cc: Vadim Kochan <vadim4j@...il.com>, netdev <netdev@...r.kernel.org>
Subject: Re: [PATCH iproute2 0/3] ip netns: Run over all netns
On Wed, Jan 07, 2015 at 04:04:14PM -0800, Cong Wang wrote:
> On Wed, Jan 7, 2015 at 3:04 AM, Vadim Kochan <vadim4j@...il.com> wrote:
> > From: Vadim Kochan <vadim4j@...il.com>
> >
> > Allow 'ip netns del' and 'ip netns exec' run over each network namespace names.
> >
> > 'ip netns exec' executes command forcely on eacn nsname.
> >
>
> Why this has to be done in iproute command?
> That is, why not just offloading this to a shell script like below?
>
> for ns in `ip netns show`;
> do
> ip netns exec $ns ip link show.....
> done
Hm, but would not it better to have it in iproute instead of collect
scripts ? Scripts allows to do a lot of things, but in this case it seems like a
feature which related to iproute.
--
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