Re: [PATCH net-next v5 02/10] ipv6: propagate the route deletion reason to fib6_del_route()
From: Ido Schimmel
Date: Fri Aug 07 2026 - 12:32:33 EST
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 <sigefriedhyy@xxxxxxxxx>
Reviewed-by: Ido Schimmel <idosch@xxxxxxxxxx>