Hello:
This patch was applied to netdev/net.git (master) by Jakub Kicinski kuba@kernel.org:
On Thu, 24 Nov 2022 23:09:32 +0200 you wrote:
When the kernel receives a route deletion request from user space it tries to delete a route that matches the route attributes specified in the request.
If only prefix information is specified in the request, the kernel should delete the first matching FIB alias regardless of its associated FIB info. However, an error is currently returned when the FIB info is backed by a nexthop object:
[...]
Here is the summary with links: - [net] ipv4: Fix route deletion when nexthop info is not specified https://git.kernel.org/netdev/net/c/d5082d386eee
You are awesome, thank you!