mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-01 17:59:27 +00:00
Merge pull request #11444 from opensourcerouting/fix/bfd_bgp_down_debug_level
bgpd: Replace zlog_info -> zlog_debug under BGP_DEBUG()
This commit is contained in:
commit
33d960c7ab
@ -63,7 +63,7 @@ static void bfd_session_status_update(struct bfd_session_params *bsp,
|
||||
if (CHECK_FLAG(peer->sflags, PEER_STATUS_NSF_MODE)
|
||||
&& bfd_sess_cbit(bsp) && !bss->remote_cbit) {
|
||||
if (BGP_DEBUG(bfd, BFD_LIB))
|
||||
zlog_info(
|
||||
zlog_debug(
|
||||
"%s BFD DOWN message ignored in the process of graceful restart when C bit is cleared",
|
||||
peer->host);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user