From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [nft PATCH] tests: shell: add testcases for named sets with intervals Date: Wed, 27 Apr 2016 15:17:03 +0200 Message-ID: <20160427131703.GA969@salvia> References: <146157965718.18051.10385957941244104731.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]:36984 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751734AbcD0NRI (ORCPT ); Wed, 27 Apr 2016 09:17:08 -0400 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id 99066C8808 for ; Wed, 27 Apr 2016 15:17:06 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 8B212A862 for ; Wed, 27 Apr 2016 15:17:06 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 877FE6446E for ; Wed, 27 Apr 2016 15:17:04 +0200 (CEST) Content-Disposition: inline In-Reply-To: <146157965718.18051.10385957941244104731.stgit@nfdev2.cica.es> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Mon, Apr 25, 2016 at 12:20:57PM +0200, Arturo Borrero Gonzalez wrote: > Let's add some testcases for named sets with intervals and ranges. Applied, thanks Arturo!