diff options
author | Taehee Yoo <ap420073@gmail.com> | 2020-03-13 07:50:33 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-03-16 09:46:09 +0100 |
commit | 09e91dbea0aa32be02d8877bd50490813de56b9a (patch) | |
tree | 1ecea3feaa0f1f092d8b606d4cf06c33f762b68a /kernel | |
parent | hsr: add restart routine into hsr_get_node_list() (diff) | |
download | linux-09e91dbea0aa32be02d8877bd50490813de56b9a.tar.xz linux-09e91dbea0aa32be02d8877bd50490813de56b9a.zip |
hsr: set .netnsok flag
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>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions