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 3A1BFC64ED8 for ; Fri, 24 Feb 2023 10:48:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229622AbjBXKso (ORCPT ); Fri, 24 Feb 2023 05:48:44 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49758 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229722AbjBXKsm (ORCPT ); Fri, 24 Feb 2023 05:48:42 -0500 Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [IPv6:2a0a:51c0:0:237:300::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 88FE014225 for ; Fri, 24 Feb 2023 02:48:39 -0800 (PST) Received: from fw by Chamillionaire.breakpoint.cc with local (Exim 4.92) (envelope-from ) id 1pVVcy-0005Aw-2y; Fri, 24 Feb 2023 11:48:36 +0100 Date: Fri, 24 Feb 2023 11:48:36 +0100 From: Florian Westphal To: Sriram Yagnaraman Cc: netfilter-devel@vger.kernel.org, Florian Westphal , Pablo Neira Ayuso Subject: Re: [PATCH nft v2] meta: introduce broute expression Message-ID: <20230224104836.GG26596@breakpoint.cc> References: <20230224095735.19317-1-sriram.yagnaraman@est.tech> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230224095735.19317-1-sriram.yagnaraman@est.tech> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org Sriram Yagnaraman wrote: > nft userspace tool support broute meta statment proposed in [1]. > > [1]: https://patchwork.ozlabs.org/project/netfilter-devel/patch/20230224095251.11249-1-sriram.yagnaraman@est.tech/ LGTM. Can you make a followup patch that adds a test case to tests/py/bridge/meta.t and a new test file, e.g. tests/py/bridge/redirect.t ? First one is expected to fail (only input is tested), but second one should pass. Make sure this works with -j (json as well). Thanks.