commit | 7355bfe0e0cc27597d530f78e259a985cb85af40 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert@linux-m68k.org> | Sun Jan 23 13:57:17 2022 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Thu Jan 27 00:00:20 2022 +0100 |
tree | f3556ebcf5352d338a48f773320058077862d685 | |
parent | 2f61353cd2f789a4229b6f5c1c24a40a613357bb [diff] |
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>