Re: [PATCH net-next v5 02/10] ipv6: propagate the route deletion reason to fib6_del_route()
Ido Schimmel <[email protected]>
| Newsgroups | org.kernel.vger.linux-kselftest,org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <20260807162216.GC2186508@shredder> |
On Tue, Aug 04, 2026 at 10:47:06AM +0900, Yuyang Huang wrote: > Pass the deletion reason from ip6_del_rt_reason() down through > __ip6_del_rt(), fib6_del() and into fib6_del_route(). All existing > callers pass RT_DEL_REASON_UNSPEC. > > fib6_del_route() ignores the reason until the notification path learns > to report it. > > Signed-off-by: Yuyang Huang <[email protected]> Reviewed-by: Ido Schimmel <[email protected]>