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

zebra: Pass in ZEBRA_ROUTE_MAX instead of true (backport #16881) #16884

Closed
wants to merge 1 commit into from

Commits on Sep 20, 2024

  1. zebra: Pass in ZEBRA_ROUTE_MAX instead of true

    zebra_nhg_install_kernel takes a route type.  We don't
    know it at that particular spot but we should not be passing
    in `true`.  Let's use ZEBRA_ROUTE_MAX to indicate we do not
    know, so that the correct thing is done.
    
    Signed-off-by: Donald Sharp <[email protected]>
    (cherry picked from commit 58722b9)
    
    # Conflicts:
    #	zebra/zebra_nhg.c
    donaldsharp authored and mergify[bot] committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    99b45c1 View commit details
    Browse the repository at this point in the history