Re: [PATCH net-next v3 2/2] net: plumb extack in __dev_change_net_namespace()
From: Eric Dumazet <edumazet@google.com> Date: 2025-02-20 13:17:23
On Thu, Feb 20, 2025 at 2:03 PM Nicolas Dichtel
[off-list ref] wrote:
It could be hard to understand why the netlink command fails. For example,
if dev->netns_local is set, the error is "Invalid argument".
After your patch, a new message is : " "The interface has the 'netns
local' property""
Honestly, I am not sure we export to user space the concept of 'netns local'
"This interface netns is not allowed to be changed" or something like that ?