mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-20 16:30:53 +00:00
netfilter: fix simple typo in KConfig for netfiltert xt_TEE
Destination was spelled wrong in KConfig. Signed-off-by: Arnd Hannemann <hannemann@nets.rwth-aachen.de> Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
parent
600069daf7
commit
fe6fb55285
@ -515,7 +515,7 @@ config NETFILTER_XT_TARGET_RATEEST
|
||||
To compile it as a module, choose M here. If unsure, say N.
|
||||
|
||||
config NETFILTER_XT_TARGET_TEE
|
||||
tristate '"TEE" - packet cloning to alternate destiantion'
|
||||
tristate '"TEE" - packet cloning to alternate destination'
|
||||
depends on NETFILTER_ADVANCED
|
||||
depends on (IPV6 || IPV6=n)
|
||||
depends on !NF_CONNTRACK || NF_CONNTRACK
|
||||
|
Loading…
Reference in New Issue
Block a user