From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [libnftnl PATCH] expr: nat: add helper function to translate nat types to string Date: Mon, 23 Jun 2014 20:07:01 +0200 Message-ID: <20140623180701.GA16217@localhost> References: <20140620085508.12697.41817.stgit@nfdev.cica.es> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org, anarey@gmail.com To: Arturo Borrero Gonzalez Return-path: Received: from mail.us.es ([193.147.175.20]:52984 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752040AbaFWSHJ (ORCPT ); Mon, 23 Jun 2014 14:07:09 -0400 Content-Disposition: inline In-Reply-To: <20140620085508.12697.41817.stgit@nfdev.cica.es> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Fri, Jun 20, 2014 at 10:55:08AM +0200, Arturo Borrero Gonzalez wrote: > This patch adds a helper functon to translate nat types to string. Applied, thanks.