[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<168655922027.2912.10628050658415758343.git-patchwork-notify@kernel.org>
Date: Mon, 12 Jun 2023 08:40:20 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Hangbin Liu <liuhangbin@...il.com>
Cc: netdev@...r.kernel.org, dsahern@...nel.org, daniel@...earbox.net,
maheshb@...gle.com, pabeni@...hat.com
Subject: Re: [PATCHv2 net] ipvlan: fix bound dev checking for IPv6 l3s mode
Hello:
This patch was applied to netdev/net.git (main)
by David S. Miller <davem@...emloft.net>:
On Fri, 9 Jun 2023 17:15:02 +0800 you wrote:
> The commit 59a0b022aa24 ("ipvlan: Make skb->skb_iif track skb->dev for l3s
> mode") fixed ipvlan bonded dev checking by updating skb skb_iif. This fix
> works for IPv4, as in raw_v4_input() the dif is from inet_iif(skb), which
> is skb->skb_iif when there is no route.
>
> But for IPv6, the fix is not enough, because in ipv6_raw_deliver() ->
> raw_v6_match(), the dif is inet6_iif(skb), which is returns IP6CB(skb)->iif
> instead of skb->skb_iif if it's not a l3_slave. To fix the IPv6 part
> issue. Let's set IP6CB(skb)->iif to correct ifindex.
>
> [...]
Here is the summary with links:
- [PATCHv2,net] ipvlan: fix bound dev checking for IPv6 l3s mode
https://git.kernel.org/netdev/net/c/ce57adc222ab
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists