diff options
author | Manuel Messner <mm@skelett.io> | 2017-02-07 03:14:53 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2017-02-08 14:17:09 +0100 |
commit | 935b7f643018878bd9d4193eea8b575aff736b9b (patch) | |
tree | 2b97339e16fdf7d70a7223defe65ad5cac00e2cc /net/netfilter/Kconfig | |
parent | edee4f1e92458299505ff007733f676b00c516a1 (diff) | |
download | lwn-935b7f643018878bd9d4193eea8b575aff736b9b.tar.gz lwn-935b7f643018878bd9d4193eea8b575aff736b9b.zip |
netfilter: nft_exthdr: add TCP option matching
This patch implements the kernel side of the TCP option patch.
Signed-off-by: Manuel Messner <mm@skelett.io>
Reviewed-by: Florian Westphal <fw@strlen.de>
Acked-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/netfilter/Kconfig')
-rw-r--r-- | net/netfilter/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index ea479ed43373..9b28864cc36a 100644 --- a/net/netfilter/Kconfig +++ b/net/netfilter/Kconfig @@ -467,10 +467,10 @@ config NF_TABLES_NETDEV This option enables support for the "netdev" table. config NFT_EXTHDR - tristate "Netfilter nf_tables IPv6 exthdr module" + tristate "Netfilter nf_tables exthdr module" help This option adds the "exthdr" expression that you can use to match - IPv6 extension headers. + IPv6 extension headers and tcp options. config NFT_META tristate "Netfilter nf_tables meta module" |