]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Fix holdtime not working properly when busy
authorDonald Sharp <sharpd@nvidia.com>
Mon, 24 Mar 2025 18:28:38 +0000 (14:28 -0400)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Tue, 25 Mar 2025 07:57:05 +0000 (09:57 +0200)
commit21e4c6d7c91f12cd53c75ec4a3a08e3d54a09a71
treed1b95d99808be3382ab3322e2c914008ffe1bb43
parent431021c2c9fcced99e548657972422ba7e6fc76b
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>
bgpd/bgp_fsm.c