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 C06B0C32771 for ; Wed, 28 Sep 2022 17:40:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234536AbiI1RkW (ORCPT ); Wed, 28 Sep 2022 13:40:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45434 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234533AbiI1RkV (ORCPT ); Wed, 28 Sep 2022 13:40:21 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 56285367BE; Wed, 28 Sep 2022 10:40:20 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id 7E017CE1F64; Wed, 28 Sep 2022 17:40:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 15C9BC433D7; Wed, 28 Sep 2022 17:40:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664386816; bh=w8/sOkRaaIh4cG4Ms33eui8djgD2kmpLxvkOv6YZXfo=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=NW+M7WHnm1VkuVCPexkl4IGifhJtwYLxqzz1zzw0RANM7HvjM+Tle62SyLeFmHBHc Jj5em2W/E32zZoltnZ3BSKX+8yBDEw/BTnrR9Rn2124YQDhAG/Xr9SKbI+bq3xCGym bJc32LFJWUbuRR4zYQ4ckLXCXqUY9dxEnuzZO5wkj+HMRqsWkj0gWzHgLDBI8YCTp/ tZaR3x/duFfidlW2g/z0QOiNiasJWeiMfAH4I49MgMIgiu9cmv/bODHXd/ynvhv9Uh GiTJU14QHPXssz2uzgXr7ZbKKDf8UBAESyBzRvYGsXBQHATuhdZ5ndi0O9W+qIKW3Q Vl895TFG9376Q== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id EBAB8E21EC0; Wed, 28 Sep 2022 17:40:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH 1/1] netfilter: nft_fib: Fix for rpath check with VRF devices From: patchwork-bot+netdevbpf@kernel.org Message-Id: <166438681596.21292.15724140524303273555.git-patchwork-notify@kernel.org> Date: Wed, 28 Sep 2022 17:40:15 +0000 References: <20220928113908.4525-2-fw@strlen.de> In-Reply-To: <20220928113908.4525-2-fw@strlen.de> To: Florian Westphal Cc: netdev@vger.kernel.org, kuba@kernel.org, davem@davemloft.net, edumazet@google.com, pabeni@redhat.com, netfilter-devel@vger.kernel.org, phil@nwl.cc Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (master) by Florian Westphal : On Wed, 28 Sep 2022 13:39:08 +0200 you wrote: > From: Phil Sutter > > Analogous to commit b575b24b8eee3 ("netfilter: Fix rpfilter > dropping vrf packets by mistake") but for nftables fib expression: > Add special treatment of VRF devices so that typical reverse path > filtering via 'fib saddr . iif oif' expression works as expected. > > [...] Here is the summary with links: - [1/1] netfilter: nft_fib: Fix for rpath check with VRF devices https://git.kernel.org/netdev/net-next/c/2a8a7c0eaa87 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html