diff --git a/ospfd/ospf_vty.c b/ospfd/ospf_vty.c index 84d5b9dd86..33b51d4c0d 100644 --- a/ospfd/ospf_vty.c +++ b/ospfd/ospf_vty.c @@ -3272,6 +3272,10 @@ static int show_ip_ospf_common(struct vty *vty, struct ospf *ospf, json_object_int_add(json_vrf, "refreshTimerMsecs", ospf->lsa_refresh_interval * 1000); + /* show max multipath */ + json_object_int_add(json_vrf, "maximumPaths", + ospf->max_multipath); + /* show administrative distance */ json_object_int_add(json_vrf, "preference", ospf->distance_all