From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luciano Coelho Subject: Re: [PATCH RESEND 2/3] netfilter: xt_condition: change the value from boolean to u32 Date: Tue, 21 Sep 2010 23:00:50 +0300 Message-ID: <1285099250.10579.18.camel@powerslave> References: <1282034213-1829-1-git-send-email-luciano.coelho@nokia.com> <1282034213-1829-3-git-send-email-luciano.coelho@nokia.com> <4C912F84.9030809@trash.net> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: Patrick McHardy , "netfilter-devel@vger.kernel.org" , "netdev@vger.kernel.org" , "sameo@linux.intel.com" , "Ylalehto Janne (Nokia-MS/Tampere)" To: ext Jan Engelhardt Return-path: Received: from smtp.nokia.com ([192.100.122.230]:56484 "EHLO mgw-mx03.nokia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753454Ab0IUUBv (ORCPT ); Tue, 21 Sep 2010 16:01:51 -0400 In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Wed, 2010-09-15 at 22:46 +0200, ext Jan Engelhardt wrote: > On Wednesday 2010-09-15 22:41, Patrick McHardy wrote: > > >Am 17.08.2010 10:36, schrieb Luciano Coelho: > >> static struct xt_match condition_mt_reg __read_mostly = { > >> .name = "condition", > >> - .revision = 1, > >> + .revision = 2, > > > >Is this previous version actually compatible with anything that has > >ever been released? > > Yes, rev1 is used by Xtables-addons. Indeed. It was Jan who recommended this to be changed to 2 to avoid conflict with Xtables-addons. -- Cheers, Luca.