From: Thomas Weißschuh <linux@weissschuh.net> Date: 2021-10-21 13:03:27
The kernel provides the functionality to automatically load modules
providing genl families. Use this to remove the need for users to
manually load the module.
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
---
net/netfilter/ipvs/ip_vs_ctl.c | 2 ++
1 file changed, 2 insertions(+)
Hello,
On Thu, 21 Oct 2021, Thomas Weißschuh wrote:
The kernel provides the functionality to automatically load modules
providing genl families. Use this to remove the need for users to
manually load the module.
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Looks good to me for -next tree, thanks!
Acked-by: Julian Anastasov <ja@ssi.bg>
From: Simon Horman <horms@verge.net.au> Date: 2021-10-22 11:26:40
On Thu, Oct 21, 2021 at 09:24:34PM +0300, Julian Anastasov wrote:
Hello,
On Thu, 21 Oct 2021, Thomas Weißschuh wrote:
quoted
The kernel provides the functionality to automatically load modules
providing genl families. Use this to remove the need for users to
manually load the module.
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Looks good to me for -next tree, thanks!
Acked-by: Julian Anastasov <ja@ssi.bg>
From: Pablo Neira Ayuso <pablo@netfilter.org> Date: 2021-10-22 12:10:38
On Thu, Oct 21, 2021 at 03:02:55PM +0200, Thomas Weißschuh wrote:
The kernel provides the functionality to automatically load modules
providing genl families. Use this to remove the need for users to
manually load the module.