Re: [PATCH iproute2-next] ip route: Print "rt_offload_failed" indication

2021-02-13 Thread David Ahern
On 2/9/21 2:12 AM, Amit Cohen wrote: > The kernel signals when offload fails using the 'RTM_F_OFFLOAD_FAILED' > flag. Print it to help users understand the offload state of the route. > The "rt_" prefix is used in order to distinguish it from the offload state > of nexthops, similar to "rt_offload"

[PATCH iproute2-next] ip route: Print "rt_offload_failed" indication

2021-02-09 Thread Amit Cohen
The kernel signals when offload fails using the 'RTM_F_OFFLOAD_FAILED' flag. Print it to help users understand the offload state of the route. The "rt_" prefix is used in order to distinguish it from the offload state of nexthops, similar to "rt_offload" and "rt_trap". Signed-off-by: Amit Cohen R