From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [nft PATCH] netlink: fix chain attribute parsing Date: Thu, 27 Feb 2014 10:18:54 +0100 Message-ID: <20140227091854.GA4457@localhost> References: <20140226174659.19715.82142.stgit@nfdev.cica.es> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: Arturo Borrero Gonzalez Return-path: Received: from mail.us.es ([193.147.175.20]:53872 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751192AbaB0JTD (ORCPT ); Thu, 27 Feb 2014 04:19:03 -0500 Content-Disposition: inline In-Reply-To: <20140226174659.19715.82142.stgit@nfdev.cica.es> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Wed, Feb 26, 2014 at 06:46:59PM +0100, Arturo Borrero Gonzalez wrote: > The handle's table was being set to the chain name instead of the > chain table attribute. Applied, thanks Arturo.