-
Notifications
You must be signed in to change notification settings - Fork 41
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
How to query v4 and v6 networks #51
Comments
Btw for the netmask inclusion, it seems that validation is fine
however I am not sure how to pass the netmask, escaping the Also regarding the v6, it seems that by default the lookup is in the master table
so it actually needs to use the However, let me know if you have any ideas or working examples w.r.t. the netmask inclusion in the |
Btw it seems that there is some v4/v6 distinction for Line 319 in fc7cf5b
This should not apply for bird2 right? I.e., the query should detect the version of the network and use that one, and not set everything on the application layer. |
Hi, I have two routes in BIRD's RIB, one for v4 prefix
10.1.1.0/24
and one for v6 prefix2001:db8:3c4d::/48
.I am using birdwatcher's
route_net
endpoint, and specifically:I have two questions:
Is there a way to query with the netmask?
:
format. Do you have a practical example of a working v6 query?Same question about the netmask too, as long as v6 works of course.
The text was updated successfully, but these errors were encountered: