Merge pull request #16234 from chiragshah6/fdev2

bgpd: backpressure - fix evpn route sync to zebra
This commit is contained in:
Donatas Abraitis 2024-06-20 08:03:42 +03:00 committed by GitHub
commit 994792bace
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1794,6 +1794,8 @@ static void bgp_handle_route_announcements_to_zebra(struct event *e)
bool install;
while (count < ZEBRA_ANNOUNCEMENTS_LIMIT) {
is_evpn = false;
dest = zebra_announce_pop(&bm->zebra_announce_head);
if (!dest)