mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-19 15:24:38 +00:00
Merge pull request #16234 from chiragshah6/fdev2
bgpd: backpressure - fix evpn route sync to zebra
This commit is contained in:
commit
994792bace
@ -1794,6 +1794,8 @@ static void bgp_handle_route_announcements_to_zebra(struct event *e)
|
|||||||
bool install;
|
bool install;
|
||||||
|
|
||||||
while (count < ZEBRA_ANNOUNCEMENTS_LIMIT) {
|
while (count < ZEBRA_ANNOUNCEMENTS_LIMIT) {
|
||||||
|
is_evpn = false;
|
||||||
|
|
||||||
dest = zebra_announce_pop(&bm->zebra_announce_head);
|
dest = zebra_announce_pop(&bm->zebra_announce_head);
|
||||||
|
|
||||||
if (!dest)
|
if (!dest)
|
||||||
|
Loading…
Reference in New Issue
Block a user