]> git.ipfire.org Git - thirdparty/bird.git/commit
BGP: Fix repeated route refresh request
authorMaria Matejka <mq@ucw.cz>
Thu, 8 May 2025 21:03:57 +0000 (23:03 +0200)
committerMaria Matejka <mq@ucw.cz>
Sat, 10 May 2025 11:55:35 +0000 (13:55 +0200)
commit1c0a403a4810766c0560c89949ccd3b963e3005c
treec2b88047dc8914129658fff85b4e9c1ea28bd4f8
parent49774a770e4b4767578b4b4d0de5a658bca39c6d
BGP: Fix repeated route refresh request

The previous approach was crashing on rapid successions of route refreshs
without even completing the previous ones. Now the newly requested refreshs
just queue and don't start multiple refreshs over and over again.
proto/bgp/bgp.c
proto/bgp/bgp.h
proto/bgp/packets.c