Skip to content

Commit

Permalink
Merge pull request #16234 from chiragshah6/fdev2
Browse files Browse the repository at this point in the history
bgpd: backpressure - fix evpn route sync to zebra
  • Loading branch information
ton31337 authored Jun 20, 2024
2 parents 64112ed + b47a92e commit 994792b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bgpd/bgp_zebra.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 994792b

Please sign in to comment.