From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [libnftables PATCH] ct: use a string with 'dir' attribute Date: Sat, 18 Jan 2014 21:54:09 +0100 Message-ID: <20140118205409.GC4840@localhost> References: <20140118190132.31390.20730.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]:40904 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751393AbaARUyO (ORCPT ); Sat, 18 Jan 2014 15:54:14 -0500 Content-Disposition: inline In-Reply-To: <20140118190132.31390.20730.stgit@nfdev.cica.es> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Sat, Jan 18, 2014 at 08:01:32PM +0100, Arturo Borrero Gonzalez wrote: > This patch implements a string to represent directions in the CT expression: > * original (0) > * reply (1) Applied, thanks.