From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B9463C49ED7 for ; Tue, 10 Sep 2019 16:25:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 998F320872 for ; Tue, 10 Sep 2019 16:25:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2394163AbfIJQZa (ORCPT ); Tue, 10 Sep 2019 12:25:30 -0400 Received: from orbyte.nwl.cc ([151.80.46.58]:36870 "EHLO orbyte.nwl.cc" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2394155AbfIJQZa (ORCPT ); Tue, 10 Sep 2019 12:25:30 -0400 Received: from n0-1 by orbyte.nwl.cc with local (Exim 4.91) (envelope-from ) id 1i7ixM-0006Rk-2G; Tue, 10 Sep 2019 18:25:28 +0200 Date: Tue, 10 Sep 2019 18:25:28 +0200 From: Phil Sutter To: Eric Garver Cc: netfilter-devel@vger.kernel.org, Pablo Neira Ayuso , Florian Westphal Subject: Re: [PATCH nft 1/3] tests: shell: verify huge transaction returns expected number of rules Message-ID: <20190910162527.GI1378@orbyte.nwl.cc> Mail-Followup-To: Phil Sutter , Eric Garver , netfilter-devel@vger.kernel.org, Pablo Neira Ayuso , Florian Westphal References: <20190910134328.11535-1-eric@garver.life> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190910134328.11535-1-eric@garver.life> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org On Tue, Sep 10, 2019 at 09:43:26AM -0400, Eric Garver wrote: > Verify that we get the expected number of rules with --echo (i.e. the > reply wasn't truncated). > > Signed-off-by: Eric Garver Series applied, thanks!