On Tue, Aug 04, 2026 at 10:47:10AM +0900, Yuyang Huang wrote: > Move the body of inet6_rt_notify() to __inet6_rt_notify() and give it > the deletion reason. inet6_rt_notify() keeps its prototype, so the > route addition path does not change. > > Add inet6_rt_del_notify() and call it from fib6_del_route(). > RTA_DEL_REASON now reaches user space on RTM_DELROUTE for routes the > kernel deleted on its own. > > Signed-off-by: Yuyang Huang <[email protected]>
Reviewed-by: Ido Schimmel <[email protected]>

