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

Support for netmasks in route net queries #53

Merged
merged 3 commits into from
Jan 17, 2024
Merged

Support for netmasks in route net queries #53

merged 3 commits into from
Jan 17, 2024

Conversation

kotronis-te
Copy link
Contributor

@kotronis-te kotronis-te commented Dec 21, 2023

This PR introduced a new endpoint to be able to properly pass netmasks besides the network address. This fixes the problem when e.g., the following prefixes are in the RIB of BIRD:

212.46.0.0/24 
212.46.0.0/16

If we issue a request for the prefix 212.46.0.0, we will get the most specific one but this is not what we actually look up for.
Relates to issue #51 .

@kotronis-te
Copy link
Contributor Author

undrafting since the new endpoint seems to work like a charm. Will await triage and review.

@kotronis-te kotronis-te marked this pull request as ready for review December 21, 2023 16:20
@annikahannig
Copy link
Member

Looks good :)

Thanks!

@annikahannig annikahannig merged commit 70eb549 into alice-lg:master Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants