[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190727102116.GC2843@nanopsycho>
Date: Sat, 27 Jul 2019 12:21:16 +0200
From: Jiri Pirko <jiri@...nulli.us>
To: Toke Høiland-Jørgensen <toke@...hat.com>
Cc: netdev@...r.kernel.org, davem@...emloft.net,
jakub.kicinski@...ronome.com, sthemmin@...rosoft.com,
dsahern@...il.com, mlxsw@...lanox.com
Subject: Re: [patch iproute2 1/2] devlink: introduce cmdline option to switch
to a different namespace
Sat, Jul 27, 2019 at 12:12:48PM CEST, toke@...hat.com wrote:
>Jiri Pirko <jiri@...nulli.us> writes:
>
>> From: Jiri Pirko <jiri@...lanox.com>
>>
>> Signed-off-by: Jiri Pirko <jiri@...lanox.com>
>> ---
>> devlink/devlink.c | 12 ++++++++++--
>> man/man8/devlink.8 | 4 ++++
>> 2 files changed, 14 insertions(+), 2 deletions(-)
>>
>> diff --git a/devlink/devlink.c b/devlink/devlink.c
>> index d8197ea3a478..9242cc05ad0c 100644
>> --- a/devlink/devlink.c
>> +++ b/devlink/devlink.c
>> @@ -32,6 +32,7 @@
>> #include "mnlg.h"
>> #include "json_writer.h"
>> #include "utils.h"
>> +#include "namespace.h"
>>
>> #define ESWITCH_MODE_LEGACY "legacy"
>> #define ESWITCH_MODE_SWITCHDEV "switchdev"
>> @@ -6332,7 +6333,7 @@ static int cmd_health(struct dl *dl)
>> static void help(void)
>> {
>> pr_err("Usage: devlink [ OPTIONS ] OBJECT { COMMAND | help }\n"
>> - " devlink [ -f[orce] ] -b[atch] filename\n"
>> + " devlink [ -f[orce] ] -b[atch] filename -N[etns]
>> netnsname\n"
>
>'ip' uses lower-case n for this; why not be consistent?
Because "n" is taken :/
>
>-Toke
Powered by blists - more mailing lists