mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 10:08:41 +00:00
bgpd: Remove double logging for Graceful Restart capability
``` 192.168.10.17 OPEN has Graceful Restart capability (64), length 6 192.168.10.17 OPEN has Graceful Restart capability ``` Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
This commit is contained in:
parent
95bbb5e652
commit
4a4ace3ee5
@ -466,8 +466,6 @@ static int bgp_capability_restart(struct peer *peer,
|
||||
peer->v_gr_restart = restart_flag_time;
|
||||
|
||||
if (bgp_debug_neighbor_events(peer)) {
|
||||
zlog_debug("%s OPEN has Graceful Restart capability",
|
||||
peer->host);
|
||||
zlog_debug("%s Peer has%srestarted. Restart Time : %d",
|
||||
peer->host,
|
||||
CHECK_FLAG(peer->cap, PEER_CAP_RESTART_BIT_RCV)
|
||||
|
Loading…
Reference in New Issue
Block a user