diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2006-11-28 20:35:43 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-03 00:31:35 -0500 |
commit | ef91fd522ba3c88d9c68261c243567bc4c5a8f55 (patch) | |
tree | dd7c3069e3f3e74ede610a92ff4742e9195f9118 /net/Kconfig | |
parent | 76592584be7828cd314bc8d5dc7773ff1692fb99 (diff) |
[NETFILTER]: remove the reference to ipchains from Kconfig
It is time to move on :-)
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'net/Kconfig')
-rw-r--r-- | net/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Kconfig b/net/Kconfig index 867f95032513..7dfc94920697 100644 --- a/net/Kconfig +++ b/net/Kconfig | |||
@@ -75,7 +75,7 @@ config NETWORK_SECMARK | |||
75 | If you are unsure how to answer this question, answer N. | 75 | If you are unsure how to answer this question, answer N. |
76 | 76 | ||
77 | menuconfig NETFILTER | 77 | menuconfig NETFILTER |
78 | bool "Network packet filtering (replaces ipchains)" | 78 | bool "Network packet filtering framework (Netfilter)" |
79 | ---help--- | 79 | ---help--- |
80 | Netfilter is a framework for filtering and mangling network packets | 80 | Netfilter is a framework for filtering and mangling network packets |
81 | that pass through your Linux box. | 81 | that pass through your Linux box. |