From 373b58781a0fc99fcb354ea3b5e4f3a006a71ab6 Mon Sep 17 00:00:00 2001 From: kalamlacki Date: Wed, 5 Jul 2023 18:07:00 +0200 Subject: [PATCH] Update ipt_NETFLOW.c > 6.4.0 --- ipt_NETFLOW.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipt_NETFLOW.c b/ipt_NETFLOW.c index 2c1cda8..ed1e180 100644 --- a/ipt_NETFLOW.c +++ b/ipt_NETFLOW.c @@ -5666,7 +5666,7 @@ static int __init ipt_netflow_init(void) #endif ); #else /* 2.6.25 */ - netflow_sysctl_header = register_sysctl("net.netflow", netflow_sysctl_table); + netflow_sysctl_header = register_sysctl("net/netflow", netflow_sysctl_table); #endif if (!netflow_sysctl_header) { printk(KERN_ERR "netflow: can't register to sysctl\n");