mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
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;
|
||||
}
|
||||
break;
|
||||
|
||||
if (debug)
|
||||
zlog_debug("%pBD(%s): Mpath count %u is equal to maximum paths allowed, finished comparision for MPATHS",
|
||||
dest, bgp->name_pretty, mpath_count);
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
if (debug)
|
||||
|
|
Loading…
Reference in a new issue