Skip to content

Commit

Permalink
netfilter: conntrack: NF_CONNTRACK_PROCFS should no longer default to y
Browse files Browse the repository at this point in the history
[ Upstream commit aa5762c ]

NF_CONNTRACK_PROCFS was marked obsolete in commit 54b07dc
("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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
Geert Uytterhoeven authored and Greg Kroah-Hartman committed Sep 5, 2022
1 parent 4a06817 commit e7a5ead
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/netfilter/Kconfig
Original file line number Diff line number Diff line change
@@ -96,7 +96,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

0 comments on commit e7a5ead

Please sign in to comment.