Re: [PATCH iproute2 net-next] ip: mroute: Print offload indication

2017-10-11 Thread Stephen Hemminger
On Sun, 8 Oct 2017 17:43:04 +0300 Yotam Gigi wrote: > Since kernel net-next commit c7c0bbeae950 ("net: ipmr: Add MFC offload > indication") the kernel indicates on an MFC entry whether it was offloaded > using the RTNH_F_OFFLOAD flag. Update the "ip mroute show" command to > indicate when a rout

[PATCH iproute2 net-next] ip: mroute: Print offload indication

2017-10-08 Thread Yotam Gigi
Since kernel net-next commit c7c0bbeae950 ("net: ipmr: Add MFC offload indication") the kernel indicates on an MFC entry whether it was offloaded using the RTNH_F_OFFLOAD flag. Update the "ip mroute show" command to indicate when a route is offloaded, similarly to the "ip route show" command. Exam