diff --git a/zebra/zebra_vty.c b/zebra/zebra_vty.c index 2ec24466f3..6396e1c820 100644 --- a/zebra/zebra_vty.c +++ b/zebra/zebra_vty.c @@ -260,6 +260,7 @@ static void vty_show_ip_route_detail(struct vty *vty, struct route_node *rn, tm->tm_hour); vty_out(vty, " ago\n"); + vty_out(vty, " Nexthop Group ID: %u\n", re->nhe_id); for (ALL_NEXTHOPS_PTR(re->ng, nexthop)) { char addrstr[32];