forked from Mirror/frr
bgpd: Print debug message about reaching maximum allowed multi paths
Fixes: 421cf856ef
("bgpd: Cleanup multipath figuring out in bgp")
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
cc7951d754
commit
20710da797
|
@ -490,11 +490,12 @@ void bgp_path_info_mpath_update(struct bgp *bgp, struct bgp_dest *dest,
|
||||||
|
|
||||||
cur_iterator = cur_iterator->next;
|
cur_iterator = cur_iterator->next;
|
||||||
}
|
}
|
||||||
break;
|
|
||||||
|
|
||||||
if (debug)
|
if (debug)
|
||||||
zlog_debug("%pBD(%s): Mpath count %u is equal to maximum paths allowed, finished comparision for MPATHS",
|
zlog_debug("%pBD(%s): Mpath count %u is equal to maximum paths allowed, finished comparision for MPATHS",
|
||||||
dest, bgp->name_pretty, mpath_count);
|
dest, bgp->name_pretty, mpath_count);
|
||||||
|
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (debug)
|
if (debug)
|
||||||
|
|
Loading…
Reference in a new issue