]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
hsr: set .netnsok flag
authorTaehee Yoo <ap420073@gmail.com>
Fri, 13 Mar 2020 06:50:33 +0000 (06:50 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Apr 2020 08:59:53 +0000 (10:59 +0200)
commit008eb8f56b31a95045193efc3ef4ad820c23da12
treeb2b018afccecf50a33de692950ccb89a04778796
parent55b0c2af8db296684847f207af4546da4c1ce6a4
hsr: set .netnsok flag

[ Upstream commit 09e91dbea0aa32be02d8877bd50490813de56b9a ]

The hsr module has been supporting the list and status command.
(HSR_C_GET_NODE_LIST and HSR_C_GET_NODE_STATUS)
These commands send node information to the user-space via generic netlink.
But, in the non-init_net namespace, these commands are not allowed
because .netnsok flag is false.
So, there is no way to get node information in the non-init_net namespace.

Fixes: f421436a591d ("net/hsr: Add support for the High-availability Seamless Redundancy protocol (HSRv0)")
Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/hsr/hsr_netlink.c