mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 13:46:45 +00:00
Merge pull request #16989 from opensourcerouting/fix/unreachable_code
bgpd: Print debug message about reaching maximum allowed multi paths
This commit is contained in:
commit
f5dbc4031b
@ -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 New Issue
Block a user