]> git.puffer.fish Git - mirror/frr.git/commitdiff
bgpd: Remove double logging for Graceful Restart capability
authorDonatas Abraitis <donatas.abraitis@gmail.com>
Tue, 26 Oct 2021 07:29:06 +0000 (10:29 +0300)
committerDonatas Abraitis <donatas.abraitis@gmail.com>
Tue, 26 Oct 2021 07:29:06 +0000 (10:29 +0300)
```
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>
bgpd/bgp_open.c

index f1dfebdc1b57bb474e4fe9e1d1de1422af0ee1a9..629487de6b08f02148c8a0f8e755116065bfc17a 100644 (file)
@@ -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)