diff --git a/ip/ipmroute.c b/ip/ipmroute.c index b51c23cc..453a6cf6 100644 --- a/ip/ipmroute.c +++ b/ip/ipmroute.c @@ -161,6 +161,8 @@ int print_mroute(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) } fprintf(fp, " State: %s", r->rtm_flags & RTNH_F_UNRESOLVED ? "unresolved" : "resolved"); + if (r->rtm_flags & RTNH_F_OFFLOAD) + fprintf(fp, " offload"); if (show_stats && tb[RTA_MFC_STATS]) { struct rta_mfc_stats *mfcs = RTA_DATA(tb[RTA_MFC_STATS]);