Replies: 1 comment
-
I can't speak for anyone else but I would certainly appreciate this being speedier than it is today! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Getting the prefixes related to an IP address is a bit cumbersome as we need to loop over each prefixes and get the corresponding prefixes. This impacts readability and performance.
I can work on a PR, but I would like to know first if this modification is even wanted.
I didn't find any discussion/PR/Issue related to this proposal, but I did find multiple issues that would be solved by this implementation.
For example #3099
Implementation idea
The easiest way I found (theoretically) would be to:
NOTE:
Benefits
"Retrieve all IPAddresses that are inside one of these Prefixes"
NOTE: This specific example isn't the hardest as we could use SubQuery
Beta Was this translation helpful? Give feedback.
All reactions