mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-24 16:33:40 +00:00
Merge pull request #16020 from louis-6wind/fix-bgp-llgr
bgpd: fix dynamic peer graceful restart race condition
This commit is contained in:
commit
5dcb1880b6
@ -1779,7 +1779,7 @@ bgp_connect_fail(struct peer_connection *connection)
|
||||
{
|
||||
struct peer *peer = connection->peer;
|
||||
|
||||
if (peer_dynamic_neighbor(peer)) {
|
||||
if (peer_dynamic_neighbor_no_nsf(peer)) {
|
||||
if (bgp_debug_neighbor_events(peer))
|
||||
zlog_debug("%s (dynamic neighbor) deleted (%s)",
|
||||
peer->host, __func__);
|
||||
|
Loading…
Reference in New Issue
Block a user