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 #16881

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

donaldsharp
Copy link
Member

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.

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]>
@Jafaral
Copy link
Member

Jafaral commented Sep 20, 2024

@Mergifyio backport stable/10.0 stable/10.1

@Jafaral Jafaral merged commit bb995fb into FRRouting:master Sep 20, 2024
14 checks passed
Copy link

mergify bot commented Sep 20, 2024

backport stable/10.0 stable/10.1

✅ Backports have been created

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants