-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #1620: Loosen IP address search filter to match all IPs that st…
…art with the given string
- Loading branch information
1 parent
6ae6209
commit 515645b
Showing
1 changed file
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
515645b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
This does not appear to be working with IPv6.
(Lots of hits)
(Lots of hits)
(No hits)
It looks like nb.ipam.ip_addresses.filter is not able to lookup searches for existing IPv6 addresses either:
This works fine on 2.2.2, hence do I expect that this is somewhat related.