mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-02 18:56:53 +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)
|
if (CHECK_FLAG(peer->sflags, PEER_STATUS_NSF_MODE)
|
||||||
&& bfd_sess_cbit(bsp) && !bss->remote_cbit) {
|
&& bfd_sess_cbit(bsp) && !bss->remote_cbit) {
|
||||||
if (BGP_DEBUG(bfd, BFD_LIB))
|
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",
|
"%s BFD DOWN message ignored in the process of graceful restart when C bit is cleared",
|
||||||
peer->host);
|
peer->host);
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user