From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [nft PATCH 2/3] tests/shell: add testcase for 'nft -f' load with actions Date: Fri, 13 May 2016 11:39:04 +0200 Message-ID: <20160513093904.GB4008@salvia> References: <146296620273.3706.17267671338035433056.stgit@nfdev2.cica.es> <146296620808.3706.13506048150591268571.stgit@nfdev2.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]:56820 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752341AbcEMJjN (ORCPT ); Fri, 13 May 2016 05:39:13 -0400 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id 8D6634B9E6 for ; Fri, 13 May 2016 11:39:11 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 7D398B505B for ; Fri, 13 May 2016 11:39:11 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id EF28E2687E0 for ; Fri, 13 May 2016 11:39:05 +0200 (CEST) Content-Disposition: inline In-Reply-To: <146296620808.3706.13506048150591268571.stgit@nfdev2.cica.es> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Wed, May 11, 2016 at 01:30:08PM +0200, Arturo Borrero Gonzalez wrote: > Let's tests loading a ruleset with actions. Also applied.