From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH] netfilter: fix connlimit Kconfig prompt string Date: Thu, 14 Nov 2013 00:12:09 +0100 Message-ID: <20131113231209.GA4552@localhost> References: <527B29A6.6090802@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "netdev@vger.kernel.org" , David Miller , netfilter-devel@vger.kernel.org, lailavrazda1979@gmail.com To: Randy Dunlap Return-path: Received: from mail.us.es ([193.147.175.20]:44472 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751066Ab3KMXMO (ORCPT ); Wed, 13 Nov 2013 18:12:14 -0500 Content-Disposition: inline In-Reply-To: <527B29A6.6090802@infradead.org> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Wed, Nov 06, 2013 at 09:48:22PM -0800, Randy Dunlap wrote: > From: Randy Dunlap > > Under Core Netfilter Configuration, connlimit match support has > an extra double quote at the end of it. > > Fixes a portion of kernel bugzilla #52671: > https://bugzilla.kernel.org/show_bug.cgi?id=52671 Applied, thanks Randy.