From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [nft PATCH 3/6] tests/monitor: Simplify testcases Date: Tue, 25 Jul 2017 18:02:28 +0200 Message-ID: <20170725160228.GD591@salvia> References: <20170725145629.20974-1-phil@nwl.cc> <20170725145629.20974-4-phil@nwl.cc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: Phil Sutter Return-path: Received: from mail.us.es ([193.147.175.20]:39950 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752186AbdGYQCl (ORCPT ); Tue, 25 Jul 2017 12:02:41 -0400 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id D4EA317D422 for ; Tue, 25 Jul 2017 18:02:27 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id BF0E5DA46D for ; Tue, 25 Jul 2017 18:02:27 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id C069BD1CAB for ; Tue, 25 Jul 2017 18:02:25 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20170725145629.20974-4-phil@nwl.cc> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Tue, Jul 25, 2017 at 04:56:26PM +0200, Phil Sutter wrote: > By introducing 'O -' indicating that output should be identical as > input, testcases can be simplified quite a bit. I like this update.