netfilter: Remove flowtable relics
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 23 Jan 2022 12:57:17 +0000 (13:57 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 26 Jan 2022 23:00:20 +0000 (00:00 +0100)
commit7355bfe0e0cc27597d530f78e259a985cb85af40
treef3556ebcf5352d338a48f773320058077862d685
parent2f61353cd2f789a4229b6f5c1c24a40a613357bb
netfilter: Remove flowtable relics

NF_FLOW_TABLE_IPV4 and NF_FLOW_TABLE_IPV6 are invisble, selected by
nothing (so they can no longer be enabled), and their last real users
have been removed (nf_flow_table_ipv6.c is empty).

Clean up the leftovers.

Fixes: c42ba4290b2147aa ("netfilter: flowtable: remove ipv4/ipv6 modules")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/ipv4/netfilter/Kconfig
net/ipv6/netfilter/Kconfig
net/ipv6/netfilter/Makefile
net/ipv6/netfilter/nf_flow_table_ipv6.c [deleted file]