From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [patch] fix ipt_ACCOUNT for 32bit netmasks Date: Tue, 17 May 2005 21:48:21 +0200 Message-ID: <428A4A85.3010605@trash.net> References: <200505131308.09535.thomas.jarosch@intra2net.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netfilter Return-path: To: Thomas Jarosch In-Reply-To: <200505131308.09535.thomas.jarosch@intra2net.com> 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 Thomas Jarosch wrote: > Hi, > > attached is a patch to fix ipt_ACCOUNT for /32 netmasks. > While looking through the code I also found and fixed a locking bug. > > Please apply the patch or let me know if there's trouble applying. Applied, but I suggest to replace that code by ffz(~netmask). Regards Patrick