forked from luck/tmp_suning_uos_patched
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.
|
To compile it as a module, choose M here. If unsure, say N.
|
||||||
|
|
||||||
config NETFILTER_XT_TARGET_TEE
|
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 NETFILTER_ADVANCED
|
||||||
depends on (IPV6 || IPV6=n)
|
depends on (IPV6 || IPV6=n)
|
||||||
depends on !NF_CONNTRACK || NF_CONNTRACK
|
depends on !NF_CONNTRACK || NF_CONNTRACK
|
||||||
|
Loading…
Reference in New Issue
Block a user