From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: [PATCH 3/3][NETFILTER] remove the reference to ipchains from Kconfig Date: Tue, 28 Nov 2006 18:10:02 +0100 Message-ID: <456C6D6A.7090307@lsi.us.es> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------070503000305040806040702" Cc: Harald Welte , Rusty Russell , Patrick McHardy To: Netfilter Development Mailinglist Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org This is a multi-part message in MIME format. --------------070503000305040806040702 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit This is something that I had in mind for long time ago, let me know what you think. Signed-off-by: Pablo Neira Ayuso --------------070503000305040806040702 Content-Type: text/plain; name="x" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="x" [NETFILTER] remove the reference to ipchains from Kconfig It is time to move on :-) Signed-off-by: Pablo Neira Ayuso Index: linux-2.6.git/net/Kconfig =================================================================== --- linux-2.6.git.orig/net/Kconfig 2006-11-28 15:07:50.000000000 +0100 +++ linux-2.6.git/net/Kconfig 2006-11-28 15:08:15.000000000 +0100 @@ -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. --------------070503000305040806040702--