mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-30 23:11:20 +00:00
Merge pull request #16025 from FRRouting/mergify/bp/stable/10.0/pr-16020
bgpd: fix dynamic peer graceful restart race condition (backport #16020)
This commit is contained in:
commit
2fa1dcea06
@ -1777,7 +1777,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