From: Pablo Neira Ayuso Date: Wed, 29 Nov 2006 01:35:43 +0000 (+0100) Subject: [NETFILTER]: remove the reference to ipchains from Kconfig X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ef91fd522ba3c88d9c68261c243567bc4c5a8f55;p=linux-beck.git [NETFILTER]: remove the reference to ipchains from Kconfig It is time to move on :-) Signed-off-by: Pablo Neira Ayuso Signed-off-by: Patrick McHardy --- 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 If you are unsure how to answer this question, answer N. menuconfig NETFILTER - bool "Network packet filtering (replaces ipchains)" + bool "Network packet filtering framework (Netfilter)" ---help--- Netfilter is a framework for filtering and mangling network packets that pass through your Linux box.