aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/Kconfig
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2018-04-16 19:15:56 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2018-04-27 00:00:56 +0200
commitd0103158cf7c9190860dabd12b85ccad3c6e3455 (patch)
treefbb7c91901a0dc94724615ac15a1905b057cd634 /net/netfilter/Kconfig
parentnetfilter: nf_tables: merge rt expression into nft core (diff)
downloadlinux-dev-d0103158cf7c9190860dabd12b85ccad3c6e3455.tar.xz
linux-dev-d0103158cf7c9190860dabd12b85ccad3c6e3455.zip
netfilter: nf_tables: merge exthdr expression into nft core
before: text data bss dec hex filename 5056 844 0 5900 170c net/netfilter/nft_exthdr.ko 102456 2316 401 105173 19ad5 net/netfilter/nf_tables.ko after: 106410 2392 401 109203 1aa93 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 771f1a4f3376..f66586fb41cd 100644
--- a/net/netfilter/Kconfig
+++ b/net/netfilter/Kconfig
@@ -474,12 +474,6 @@ config NF_TABLES_NETDEV
help
This option enables support for the "netdev" table.
-config NFT_EXTHDR
- tristate "Netfilter nf_tables exthdr module"
- help
- This option adds the "exthdr" expression that you can use to match
- IPv6 extension headers and tcp options.
-
config NFT_NUMGEN
tristate "Netfilter nf_tables number generator module"
help