Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4670b05 authored by William Breathitt Gray's avatar William Breathitt Gray Committed by Pablo Neira Ayuso
Browse files

netfilter: Fix typo in NF_CONNTRACK Kconfig option description



The NF_CONNTRACK Kconfig option description makes an incorrect reference
to the "meta" expression where the "ct" expression would be correct.This
patch fixes the respective typographical error.

Fixes: d497c635 ("netfilter: add help information to new nf_tables Kconfig options")
Signed-off-by: default avatarWilliam Breathitt Gray <vilhelm.gray@gmail.com>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent d21e540b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -494,7 +494,7 @@ config NFT_CT
	depends on NF_CONNTRACK
	tristate "Netfilter nf_tables conntrack module"
	help
	  This option adds the "meta" expression that you can use to match
	  This option adds the "ct" expression that you can use to match
	  connection tracking information such as the flow state.

config NFT_SET_RBTREE