mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 20:07:46 +00:00
bgpd: Modify keepalive debug category
Log keepalive timer expiry against 'debug bgp keepalive' instead of 'debug bgp neighbor-events'. Signed-off-by: Vivek Venkatraman <vivek@nvidia.com>
This commit is contained in:
parent
fa4e6e4e81
commit
3ffec403e8
@ -115,7 +115,7 @@ static void peer_process(struct hash_bucket *hb, void *arg)
|
||||
elapsed.tv_sec >= ka.tv_sec || timercmp(&diff, &tolerance, <);
|
||||
|
||||
if (send_keepalive) {
|
||||
if (bgp_debug_neighbor_events(pkat->peer))
|
||||
if (bgp_debug_keepalive(pkat->peer))
|
||||
zlog_debug("%s [FSM] Timer (keepalive timer expire)",
|
||||
pkat->peer->host);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user