From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 58198426D02 for ; Wed, 10 Jun 2026 15:20:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781104814; cv=none; b=iz/N1dSPZKDaER1U9Dja/MhRh1wr2aF55y1ioIPbQ8WBO4QNDQ1f241ID/z+83BBN9Evwhk70VBiHdybf3A1Seir9KLV5817BqzKnfNUGnG1wf64FsM8VvAX9oUJzh8Xc3o5gQCAgZkkl4BuYg/Oq3mS1MwQceaizPRF8rKHeAk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781104814; c=relaxed/simple; bh=ilLw4OUtaGj/HXnK57a3F4bdsEzoFRGwCcG/UTnv8/E=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=KXtHOt09tFflbvUGELk1Pd+UK5iLds3S5uiKLbhl7gm/8NIVERrnqHt5CfGtaFnduVeX5GyE9rnfBtCMpdbUOPlVCrBtc8h6DK2AHoI9bSBXFZntTuPwXwZZ5hpG72BHu39RDi3kfRJF6rHF2DibCcrfQwLEwD+ZDHLLdXHRWS0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ihtP6AcR; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ihtP6AcR" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 060211F00893; Wed, 10 Jun 2026 15:20:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781104813; bh=LvszZUmEcxZvYKkemMwL6DwPV+e5WnyC4a9T2we0kfc=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=ihtP6AcR9KH8vEa3psU01Z7tiaGClAk2AX71w0I0+v1+pD7azbfO1fBocxFMI5ZFW 5bRgI9a5jPnzTmT2lpxXSYCJFWMhRYzZC0kF2fICjj30Ew5OnoZPLPHHWVomsFyQBh TN8Sfe5Byut7nbylf0Ce7U+k5Ocw9IJ78aumWKdmAT3bIVN549cCVzLfiNa1XlHBzl 3Hq747GHvROL+AHBQWdjc1TetjCCBJ5pMqH+oa2K3P8gF++80V7lJALkjnVgf3FPM8 y7kwl8E6/j+1bFs6p/BZeOtw82WZZWgDwYmO7i1aBGWOV6DtScf+r+AZucfa8x4SXW qV8Diui3D21Mw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 1972A3930D5F; Wed, 10 Jun 2026 15:20:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] ip6_vti: fix incorrect tunnel matching in vti6_tnl_lookup() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178110481063.3089075.2309365792457220990.git-patchwork-notify@kernel.org> Date: Wed, 10 Jun 2026 15:20:10 +0000 References: <20260608164613.933023-1-edumazet@google.com> In-Reply-To: <20260608164613.933023-1-edumazet@google.com> To: Eric Dumazet Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, horms@kernel.org, idosch@nvidia.com, dsahern@kernel.org, netdev@vger.kernel.org, eric.dumazet@gmail.com, steffen.klassert@secunet.com Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Mon, 8 Jun 2026 16:46:13 +0000 you wrote: > In vti6_tnl_lookup(), when an exact match for a tunnel fails, > the code falls back to searching for wildcard tunnels: > > - Tunnels matching the packet's local address, with any remote address > wildcard remote). > > - Tunnels matching the packet's remote address, with any local address > (wildcard local). > > [...] Here is the summary with links: - [net] ip6_vti: fix incorrect tunnel matching in vti6_tnl_lookup() https://git.kernel.org/netdev/net/c/a5c0359f5cbc You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html