From: Nicolas Dichtel <nicolas.dichtel@6wind.com>
To: Jiri Pirko <jiri@resnulli.us>, vadim4j@gmail.com
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH iproute2 v4] ip: Simplify executing ip cmd within network ns
Date: Mon, 15 Dec 2014 18:30:25 +0100 [thread overview]
Message-ID: <548F1AB1.6080601@6wind.com> (raw)
In-Reply-To: <20141213152024.GB1849@nanopsycho.orion>
Le 13/12/2014 16:20, Jiri Pirko a écrit :
> Sat, Dec 13, 2014 at 02:32:10PM CET, vadim4j@gmail.com wrote:
>> On Sat, Dec 13, 2014 at 10:58:03AM +0200, vadim4j@gmail.com wrote:
>>> On Sat, Dec 13, 2014 at 10:42:43AM +0200, vadim4j@gmail.com wrote:
>>>> On Sat, Dec 13, 2014 at 09:29:36AM +0100, Jiri Pirko wrote:
>>>>> Fri, Dec 12, 2014 at 11:15:07PM CET, vadim4j@gmail.com wrote:
>>>>>> From: Vadim Kochan <vadim4j@gmail.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@gmail.com>
>>>>>
>>>>>
>>>>> This looks good. I'm still missing support in tc, bridge, etc. I think
>>>>> it would be great to do this in the same patch/patchset.
>>>>>
>>>> I planned to do this in the future patches after this main
>>>> changes will be accepted. Actually adding this option to other
>>>> tools is trivial.
>>>>
>>>> Anyway may be I will re-send v5 with supporting of these tools if I will have time.
>>>>
>>>> Regards,
>>>
>>> BTW, some tools already have '-n' option, so I think only '-net' can be
>>> used in such cases.
>
>
> Yep, that is my point. I would like to have the same option for all.
Agreed. The real option name is '-netns'. The fact that '-n' will work comes
from how 'ip' is implemented. This kind of shortcut will depend on each tool
implementation. But again, the *real* option name is '-netns' ;-)
Regards,
Nicolas
prev parent reply other threads:[~2014-12-15 17:30 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-12 22:15 [PATCH iproute2 v4] ip: Simplify executing ip cmd within network ns Vadim Kochan
2014-12-13 8:29 ` Jiri Pirko
2014-12-13 8:42 ` vadim4j
2014-12-13 8:58 ` vadim4j
2014-12-13 13:32 ` vadim4j
2014-12-13 15:20 ` Jiri Pirko
2014-12-15 17:30 ` Nicolas Dichtel [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=548F1AB1.6080601@6wind.com \
--to=nicolas.dichtel@6wind.com \
--cc=jiri@resnulli.us \
--cc=netdev@vger.kernel.org \
--cc=vadim4j@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.