Re: [PATCH net v2] netns: fix NLM_F_ECHO mechanism for RTM_NEWNSID

2019-10-09 Thread Jakub Kicinski
On Wed, 9 Oct 2019 11:19:10 +0200, Nicolas Dichtel wrote: > The flag NLM_F_ECHO aims to reply to the user the message notified to all > listeners. > It was not the case with the command RTM_NEWNSID, let's fix this. > > Fixes: 0c7aecd4bde4 ("netns: add rtnl cmd to add and get peer netns ids") > Re

Re: [PATCH net v2] netns: fix NLM_F_ECHO mechanism for RTM_NEWNSID

2019-10-09 Thread Guillaume Nault
On Wed, Oct 09, 2019 at 11:19:10AM +0200, Nicolas Dichtel wrote: > The flag NLM_F_ECHO aims to reply to the user the message notified to all > listeners. > It was not the case with the command RTM_NEWNSID, let's fix this. > Acked-by: Guillaume Nault Tested-by: Guillaume Nault

[PATCH net v2] netns: fix NLM_F_ECHO mechanism for RTM_NEWNSID

2019-10-09 Thread Nicolas Dichtel
The flag NLM_F_ECHO aims to reply to the user the message notified to all listeners. It was not the case with the command RTM_NEWNSID, let's fix this. Fixes: 0c7aecd4bde4 ("netns: add rtnl cmd to add and get peer netns ids") Reported-by: Guillaume Nault Signed-off-by: Nicolas Dichtel --- v2: