[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZQnYJnPKtDaBV0Zb@nanopsycho>
Date: Tue, 19 Sep 2023 19:19:34 +0200
From: Jiri Pirko <jiri@...nulli.us>
To: David Ahern <dsahern@...il.com>
Cc: netdev@...r.kernel.org, stephen@...workplumber.org,
daniel.machon@...rochip.com
Subject: Re: [patch iproute2-next v2 2/5] ip/ipnetns: move internals of
get_netnsid_from_name() into namespace.c
Tue, Sep 19, 2023 at 04:03:26PM CEST, dsahern@...il.com wrote:
>On 9/19/23 5:56 AM, Jiri Pirko wrote:
>> diff --git a/lib/namespace.c b/lib/namespace.c
>> index 1202fa85f97d..39981d835aa5 100644
>> --- a/lib/namespace.c
>> +++ b/lib/namespace.c
>> @@ -7,9 +7,11 @@
>> #include <fcntl.h>
>> #include <dirent.h>
>> #include <limits.h>
>> +#include <linux/net_namespace.h>
>>
>> #include "utils.h"
>> #include "namespace.h"
>> +#include "libnetlink.h"
>>
>> static void bind_etc(const char *name)
>> {
>> @@ -139,3 +141,50 @@ int netns_foreach(int (*func)(char *nsname, void *arg), void *arg)
>> closedir(dir);
>> return 0;
>> }
>> +
>> +int netns_netnsid_from_name(struct rtnl_handle *rtnl, const char *name)
>
>just netns_id_from_name or netns_name_to_id. See comment in next patch ....
Sure.
>
Powered by blists - more mailing lists