From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH RESEND 2/3] netfilter: xt_condition: change the value from boolean to u32 Date: Wed, 15 Sep 2010 22:41:40 +0200 Message-ID: <4C912F84.9030809@trash.net> References: <1282034213-1829-1-git-send-email-luciano.coelho@nokia.com> <1282034213-1829-3-git-send-email-luciano.coelho@nokia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: netfilter-devel@vger.kernel.org, netdev@vger.kernel.org, jengelh@medozas.de, sameo@linux.intel.com, janne.ylalehto@nokia.com To: Luciano Coelho Return-path: In-Reply-To: <1282034213-1829-3-git-send-email-luciano.coelho@nokia.com> Sender: netdev-owner@vger.kernel.org List-Id: netfilter-devel.vger.kernel.org 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?