Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bgpd: backpressure - fix evpn route sync to zebra #16234

Merged
merged 1 commit into from
Jun 20, 2024

Commits on Jun 19, 2024

  1. bgpd: backpressure - fix evpn route sync to zebra

    In scaled EVPN + ipv4/ipv6 uni route sync to zebra,
    some of the ipv4/ipv6 routes skipped reinstallation
    due to incorrect local variable's stale value.
    
    Once the local variable value reset in each loop
    iteration all skipped routes synced to zebra properly.
    
    Ticket: #3948828
    
    Signed-off-by: Rajasekar Raja <[email protected]>
    Signed-off-by: Chirag Shah <[email protected]>
    chiragshah6 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b47a92e View commit details
    Browse the repository at this point in the history