]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Fix holdtime not working properly when busy mergify/bp/stable/10.3/pr-18483
authorDonald Sharp <sharpd@nvidia.com>
Mon, 24 Mar 2025 18:28:38 +0000 (14:28 -0400)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Tue, 25 Mar 2025 07:39:31 +0000 (07:39 +0000)
commitdc7ab1dfc68b24031e959ec49eac1cd3bbd19488
treeb4446ff541797e663d8a27da60b0d96d60ccc2f6
parentb02ecbff27fd3332b37241392f723ee1b9ff8f26
bgpd: Fix holdtime not working properly when busy

Commit:  cc9f21da2218d95567eff1501482ce58e6600f54

Modified the bgp_fsm code to dissallow the extension
of the hold time when the system is under extremely
heavy load.  This was a attempt to remove the return
code but it was too aggressive and messed up this bit
of code.

Put the behavior back that was introduced in:
d0874d195d0127009a7d9c06920c52c95319eff9

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
(cherry picked from commit 9a26a56c5188fd1c95e244932bc17f97b9051935)
bgpd/bgp_fsm.c