diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2022-08-15 12:39:20 +0200 |
---|---|---|
committer | Florian Westphal <fw@strlen.de> | 2022-08-17 08:46:30 +0200 |
commit | aa5762c34213aba7a72dc58e70601370805fa794 (patch) | |
tree | cd305b440896cc0e0ba75871133be63df7b47149 /net | |
parent | 1b6345d4160ecd3d04bd8cd75df90c67811e8cc9 (diff) |
netfilter: conntrack: NF_CONNTRACK_PROCFS should no longer default to y
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>
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'net')
-rw-r--r-- | net/netfilter/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index 22f15ebf6045..4b8d04640ff3 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 |