From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCHv2] netfilter: ip6t_NPT: Fix translation for non-multiple of 32 prefix lengths Date: Wed, 3 Apr 2013 12:21:28 +0200 Message-ID: <20130403102128.GA4224@localhost> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: Matthias Schiffer Return-path: Received: from mail.us.es ([193.147.175.20]:53144 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757409Ab3DCKW2 (ORCPT ); Wed, 3 Apr 2013 06:22:28 -0400 Content-Disposition: inline In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Sat, Mar 30, 2013 at 09:23:12PM +0100, Matthias Schiffer wrote: > The bitmask used for the prefix mangling was being calculated incorrectly, > leading to the wrong part of the address being replaced when the prefix length > wasn't a multiple of 32. Applied, thanks Matthias. > Signed-off-by: Matthias Schiffer > --- > Hi, this patch should to 3.9 and, if possible, 3.8-stable. Will do.