From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [libnftables PATCH] src: consolidate XMl parsing of data_reg via nft_mxml_data_reg_parse Date: Sat, 6 Jul 2013 00:23:49 +0200 Message-ID: <20130705222349.GB9278@localhost> References: <20130705142805.8352.24639.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]:49211 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752060Ab3GEWX6 (ORCPT ); Fri, 5 Jul 2013 18:23:58 -0400 Content-Disposition: inline In-Reply-To: <20130705142805.8352.24639.stgit@nfdev.cica.es> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Fri, Jul 05, 2013 at 04:28:06PM +0200, Arturo Borrero Gonzalez wrote: > Move common code for XML parsing of data_reg to the new > nft_mxml_data_reg_parse function. Applied, thanks Arturo.