]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Fix while(read()) for RPKI sync callback 10736/head
authorDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 4 Mar 2022 21:36:34 +0000 (23:36 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Sat, 5 Mar 2022 10:06:17 +0000 (12:06 +0200)
commitb4fc876a327a89dc212efa48a04b76e53263722f
treea182c46b9649f84e815291fdd8022d6895a67937
parent3288ffdd2f6eed644e9f0966cf8cfa61e9e417e1
bgpd: Fix while(read()) for RPKI sync callback

Bad formatting applied and it worked with small amount of prefixes (lurking).

With full BGP feed and full RPKI table, this causes infinity loop.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
bgpd/bgp_rpki.c