mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 05:16:24 +00:00
bgpd: debug guard inQ limit
Add a debug guard for the inQ limit. Signed-off-by: Stephen Worley <sworley@nvidia.com>
This commit is contained in:
parent
1ee3556e5f
commit
3448b62542
@ -280,10 +280,11 @@ static void bgp_process_reads(struct thread *thread)
|
||||
case -ENOMEM:
|
||||
ibuf_full = true;
|
||||
if (!ibuf_full_logged) {
|
||||
flog_warn(
|
||||
EC_BGP_UPDATE_RCV,
|
||||
"%s [Warning] Peer Input-Queue is full: limit (%u)",
|
||||
peer->host, bm->inq_limit);
|
||||
if (bgp_debug_neighbor_events(peer))
|
||||
zlog_debug(
|
||||
"%s [Event] Peer Input-Queue is full: limit (%u)",
|
||||
peer->host, bm->inq_limit);
|
||||
|
||||
ibuf_full_logged = true;
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user