Hello:
This series was applied to netdev/net.git (main) by Paolo Abeni pabeni@redhat.com:
On Wed, 27 Aug 2025 08:23:21 +0200 you wrote:
Commit 9e30ecf23b1b ("net: ipv4: fix incorrect MTU in broadcast routes") introduced a regression where local-broadcast packets would have their gateway set in __mkroute_output, which was caused by fi = NULL being removed.
Fix this by resetting the fib_info for local-broadcast packets. This preserves the intended changes for directed-broadcast packets.
[...]
Here is the summary with links: - [net,v3,1/2] net: ipv4: fix regression in local-broadcast routes https://git.kernel.org/netdev/net/c/5189446ba995 - [net,v3,2/2] selftests: net: add test for destination in broadcast packets (no matching commit)
You are awesome, thank you!