Re: [PATCH net-next v5 05/10] ipv6: expose the route deletion reason in RTM_DELROUTE
Ido Schimmel <[email protected]>
| Newsgroups | gmane.linux.network,gmane.linux.kernel |
|---|---|
| Message-ID | <20260807162313.GF2186508@shredder> |
On Tue, Aug 04, 2026 at 10:47:09AM +0900, Yuyang Huang wrote: > Emit RTA_DEL_REASON from rt6_fill_node() when the deletion reason is > not RT_DEL_REASON_UNSPEC, and reserve room for it in > rt6_nlmsg_size(). > > Every caller still passes RT_DEL_REASON_UNSPEC. > > Signed-off-by: Yuyang Huang <[email protected]> Reviewed-by: Ido Schimmel <[email protected]>