2010-07-28 12:46:32

by Meik Piepmeyer

[permalink] [raw]
Subject: [PATCH] netfilter : fix typo in Kconfig

From: Meik Piepmeyer <[email protected]>

Fixes a typo of the description of the new netfilter config switch
"NETFILTER_XT_TARGET_RATEEST" introduced in 2.6.35.

Signed-off-by: Meik Piepmeyer <[email protected]>

---
netfilter/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff -up net/netfilter/Kconfig{.orig,}:
--- net/netfilter/Kconfig.orig 2010-07-28 14:00:35.000000000 +0200
+++ net/netfilter/Kconfig 2010-07-28 14:01:36.000000000 +0200
@@ -503,7 +503,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


2010-08-02 15:13:58

by Patrick McHardy

[permalink] [raw]
Subject: Re: [PATCH] netfilter : fix typo in Kconfig

On 28.07.2010 14:46, Meik Piepmeyer wrote:
> From: Meik Piepmeyer <[email protected]>
>
> Fixes a typo of the description of the new netfilter config switch
> "NETFILTER_XT_TARGET_RATEEST" introduced in 2.6.35.
>
> 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
>

This has already been fixed a few weeks ago.