From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [libnftables PATCH 2/6] set_elem: add json parsing to API Date: Wed, 8 Jan 2014 00:16:16 +0100 Message-ID: <20140107231616.GB16894@localhost> References: <20140107114518.12841.35778.stgit@nfdev.cica.es> <20140107114721.12841.19345.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]:34386 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754168AbaAGXQ2 (ORCPT ); Tue, 7 Jan 2014 18:16:28 -0500 Content-Disposition: inline In-Reply-To: <20140107114721.12841.19345.stgit@nfdev.cica.es> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Tue, Jan 07, 2014 at 12:47:21PM +0100, Arturo Borrero Gonzalez wrote: > Add missing support in the API function to parse a JSON set_elem. > > I've renamed the main JSON parsing function to prevent clashing. Applied, thanks.