lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Sat, 27 Dec 2014 22:24:10 +0200
From:	Vadim Kochan <vadim4j@...il.com>
To:	Stephen Hemminger <stephen@...workplumber.org>
Cc:	Vadim Kochan <vadim4j@...il.com>, netdev@...r.kernel.org
Subject: Re: [PATCH iproute2 v2 0/4] Switch network ns w/o 'netns exec' for
 iproute2 tools

On Sat, Dec 27, 2014 at 10:24:53AM -0800, Stephen Hemminger wrote:
> On Wed, 24 Dec 2014 23:04:07 +0200
> Vadim Kochan <vadim4j@...il.com> wrote:
> 
> > From: Vadim Kochan <vadim4j@...il.com>
> > 
> > This series adds new -n[etns] option to ip, tc & bridge tools which
> > allows to easy and faster switch to specified network namespace. So instead of:
> > 
> >     ip netns exec NETNS { ip | tc | bridge } OBJECT COMMAND
> > 
> > it will be possible do the same by:
> > 
> >     { ip | tc | bridge } -n[etns] NETNS OBJECT COMMAND
> > 
> > I skipped misc tools and will work on them later.
> > 
> > Vadim Kochan (4):
> >   lib: Add netns_switch func for change network namespace
> >   ip: Allow to easy change network namespace
> >   bridge: Allow to easy change network namespace
> >   tc: Allow to easy change network namespace
> > 
> >  bridge/Makefile     |   4 ++
> >  bridge/bridge.c     |   7 +++-
> >  include/namespace.h |  46 +++++++++++++++++++++++
> >  ip/ip.c             |   7 +++-
> >  ip/ipnetns.c        | 106 ++--------------------------------------------------
> >  lib/Makefile        |   6 ++-
> >  lib/namespace.c     |  86 ++++++++++++++++++++++++++++++++++++++++++
> >  man/man8/bridge.8   |  23 +++++++++++-
> >  man/man8/ip.8       |  23 +++++++++++-
> >  man/man8/tc.8       |  65 ++++++++++++++++++++++++--------
> >  tc/Makefile         |   5 +++
> >  tc/tc.c             |   8 +++-
> >  12 files changed, 262 insertions(+), 124 deletions(-)
> >  create mode 100644 include/namespace.h
> >  create mode 100644 lib/namespace.c
> 
> Applied.
> Note: kernel.org git is not available so will push later.
> 
Seems works now.
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ