Message ID | 1498887cf43bf7ab7c47e2a397e67bff55524f92.1660559553.git.geert@linux-m68k.org (mailing list archive) |
---|---|
State | Awaiting Upstream |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | netfilter: conntrack: NF_CONNTRACK_PROCFS should no longer default to y | expand |
Geert Uytterhoeven <geert@linux-m68k.org> wrote: > NF_CONNTRACK_PROCFS was marked obsolete in commit 54b07dca68557b09 > ("netfilter: provide config option to disable ancient procfs parts") in > v3.3. Applied to nf.git, thank you.
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index 22f15ebf6045b3a9..4b8d04640ff32274 100644 --- a/net/netfilter/Kconfig +++ b/net/netfilter/Kconfig @@ -144,7 +144,6 @@ config NF_CONNTRACK_ZONES config NF_CONNTRACK_PROCFS bool "Supply CT list in procfs (OBSOLETE)" - default y depends on PROC_FS help This option enables for the list of known conntrack entries
NF_CONNTRACK_PROCFS was marked obsolete in commit 54b07dca68557b09 ("netfilter: provide config option to disable ancient procfs parts") in v3.3. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> --- net/netfilter/Kconfig | 1 - 1 file changed, 1 deletion(-)