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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 057F7C04A6A for ; Thu, 3 Aug 2023 12:59:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232809AbjHCM7L (ORCPT ); Thu, 3 Aug 2023 08:59:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51664 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232458AbjHCM7K (ORCPT ); Thu, 3 Aug 2023 08:59:10 -0400 Received: from orbyte.nwl.cc (orbyte.nwl.cc [IPv6:2001:41d0:e:133a::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BCE681BFA for ; Thu, 3 Aug 2023 05:59:09 -0700 (PDT) Received: from n0-1 by orbyte.nwl.cc with local (Exim 4.94.2) (envelope-from ) id 1qRXv1-0004UF-Gy; Thu, 03 Aug 2023 14:59:07 +0200 Date: Thu, 3 Aug 2023 14:59:07 +0200 From: Phil Sutter To: "Fernando F. Mancera" Cc: Pablo Neira Ayuso , netfilter-devel@vger.kernel.org Subject: Re: [nft PATCH v2] tests: shell: Review test-cases for destroy command Message-ID: Mail-Followup-To: Phil Sutter , "Fernando F. Mancera" , Pablo Neira Ayuso , netfilter-devel@vger.kernel.org References: <20230803105725.5813-1-phil@nwl.cc> <87992425-c2c1-9ca9-bf4a-6bac9a005ba7@riseup.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87992425-c2c1-9ca9-bf4a-6bac9a005ba7@riseup.net> Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org On Thu, Aug 03, 2023 at 02:52:11PM +0200, Fernando F. Mancera wrote: > Looks good to me, thank you! Patch applied, thanks for your review!