]> 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 14:56:27 +0000 (16:56 +0200)
commit066ebdd5d9f446cf4c2f15411854b16e5a4eb8fd
treed9e1544f16eb68838c27f9454f730b77e86f4391
parent91a0e078796ee745c27d58fbbdb35ef11b5ab483
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