From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH nft v5 2/3] src: expose delinearize/linearize structures and stmt_error() Date: Wed, 13 Jul 2016 11:53:09 +0200 Message-ID: <20160713095309.GA14902@salvia> References: <20160712200417.21890-1-pablombg@gmail.com> <20160712200417.21890-2-pablombg@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org, Arturo Borrero Gonzalez To: "Pablo M. Bermudo Garay" Return-path: Received: from mail.us.es ([193.147.175.20]:42127 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751083AbcGMJxT (ORCPT ); Wed, 13 Jul 2016 05:53:19 -0400 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id D7C87EAA70 for ; Wed, 13 Jul 2016 11:53:12 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id C7A8EFAB45 for ; Wed, 13 Jul 2016 11:53:12 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id C935DFAB46 for ; Wed, 13 Jul 2016 11:53:10 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20160712200417.21890-2-pablombg@gmail.com> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Tue, Jul 12, 2016 at 10:04:16PM +0200, Pablo M. Bermudo Garay wrote: > From: Pablo Neira > > Needed by the follow up xt compatibility layer patch. Applied, thanks.