From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [libnftables PATCH v2] chain: add hooknum2str Date: Thu, 27 Jun 2013 19:58:45 +0200 Message-ID: <20130627175845.GA25681@localhost> References: <20130627165512.26972.47124.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]:35345 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752411Ab3F0R6w (ORCPT ); Thu, 27 Jun 2013 13:58:52 -0400 Content-Disposition: inline In-Reply-To: <20130627165512.26972.47124.stgit@nfdev.cica.es> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Thu, Jun 27, 2013 at 06:55:47PM +0200, Arturo Borrero Gonzalez wrote: > This patch translates the Netfilter hooknumber to a readable string. > > Useful for printing and parsing in XML and JSON formats. Applied.