On Thu, 3 Jul 2025 17:28:37 +0200 Oscar Maes wrote:
if (type == RTN_BROADCAST) { flags |= RTCF_BROADCAST | RTCF_LOCAL;
} else if (type == RTN_MULTICAST) { flags |= RTCF_MULTICAST | RTCF_LOCAL; if (!ip_check_mc_rcu(in_dev, fl4->daddr, fl4->saddr,fi = NULL;
Not super familiar with this code, but do we not need to set do_cache = false; ? I'm guessing cache interactions may have been the reason fib_info was originally cleared, not sure if that's still relevant..
I'd also target this at net-next, unless you can pinpoint some kernel version where MTU on bcast routes worked..