aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/Kconfig
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2018-04-16 19:15:55 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2018-04-27 00:00:55 +0200
commitae1bc6a9f398d5e0310387eb077a0d9ce1fb21f5 (patch)
treec5a84caae87513032d40423322e1af34fdfd7bd4 /net/netfilter/Kconfig
parentnetfilter: nf_tables: make meta expression builtin (diff)
downloadlinux-dev-ae1bc6a9f398d5e0310387eb077a0d9ce1fb21f5.tar.xz
linux-dev-ae1bc6a9f398d5e0310387eb077a0d9ce1fb21f5.zip
netfilter: nf_tables: merge rt expression into nft core
before: text data bss dec hex filename 2657 844 0 3501 dad net/netfilter/nft_rt.ko 100826 2240 401 103467 1942b net/netfilter/nf_tables.ko after: 2657 844 0 3501 dad net/netfilter/nft_rt.ko 102456 2316 401 105173 19ad5 net/netfilter/nf_tables.ko Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/netfilter/Kconfig')
-rw-r--r--net/netfilter/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig
index 29a13c7a5af2..771f1a4f3376 100644
--- a/net/netfilter/Kconfig
+++ b/net/netfilter/Kconfig
@@ -480,12 +480,6 @@ config NFT_EXTHDR
This option adds the "exthdr" expression that you can use to match
IPv6 extension headers and tcp options.
-config NFT_RT
- tristate "Netfilter nf_tables routing module"
- help
- This option adds the "rt" expression that you can use to match
- packet routing information such as the packet nexthop.
-
config NFT_NUMGEN
tristate "Netfilter nf_tables number generator module"
help