Hello:
This patch was applied to netdev/net.git (master) by Jakub Kicinski kuba@kernel.org:
On Mon, 29 Aug 2022 12:01:21 +0200 you wrote:
__mkroute_input() uses fib_validate_source() to trigger an icmp redirect. My understanding is that fib_validate_source() is used to know if the src address and the gateway address are on the same link. For that, fib_validate_source() returns 1 (same link) or 0 (not the same network). __mkroute_input() is the only user of these positive values, all other callers only look if the returned value is negative.
[...]
Here is the summary with links: - [net] ip: fix triggering of 'icmp redirect' https://git.kernel.org/netdev/net/c/eb55dc09b5dd
You are awesome, thank you!