From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [nft PATCH] tests/shell: add tests for handles and comments Date: Fri, 25 Dec 2015 13:17:08 +0100 Message-ID: <20151225121708.GA5109@salvia> References: <145087676257.18415.12296398243898533136.stgit@r2d2.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]:47025 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752470AbbLYMRN (ORCPT ); Fri, 25 Dec 2015 07:17:13 -0500 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id 311317B544 for ; Fri, 25 Dec 2015 13:17:12 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 23A7ADA7E0 for ; Fri, 25 Dec 2015 13:17:12 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id CC536DA7FF for ; Fri, 25 Dec 2015 13:17:09 +0100 (CET) Content-Disposition: inline In-Reply-To: <145087676257.18415.12296398243898533136.stgit@r2d2.cica.es> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Wed, Dec 23, 2015 at 02:19:22PM +0100, Arturo Borrero Gonzalez wrote: > Here some tests for optional things like rule handles and comments. Applied, thanks Arturo.