Hello:
This series was applied to netdev/net.git (main) by David S. Miller davem@davemloft.net:
On Thu, 31 Aug 2023 10:03:29 +0200 you wrote:
All packets in the same flow (L3/L4 depending on multipath hash policy) should be directed to the same target, but after [0]/[1] we see stray packets directed towards other targets. This, for instance, causes RST to be sent on TCP connections.
The first two patches solve the problem by ignoring route hints for destinations that are part of multipath group, by using new SKB flags for IPv4 and IPv6. The third patch is a selftest that tests the scenario.
[...]
Here is the summary with links: - [net,v5,1/3] ipv4: ignore dst hint for multipath routes https://git.kernel.org/netdev/net/c/6ac66cb03ae3 - [net,v5,2/3] ipv6: ignore dst hint for multipath routes https://git.kernel.org/netdev/net/c/8423be8926aa - [net,v5,3/3] selftests: fib_tests: Add multipath list receive tests https://git.kernel.org/netdev/net/c/8ae9efb859c0
You are awesome, thank you!