Bug #20947
unused ip returns an ip from a wrong network
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Fixed in Releases:
Found in Releases:
Description
If similar-looking networks are present. For example if both 192.168.2.0 and 192.168.200.0 exist, unused ip might return an address from 192.168.200.0 network when asked for an address from 192.168.2.0.
Associated revisions
History
#1
Updated by Klaas D over 3 years ago
is this an issue in our smart proxy or with the infoblox api?
#2
Updated by Dmitri Dolguikh over 3 years ago
This is an issue in smart-proxy.
#3
Updated by Dmitri Dolguikh over 3 years ago
- Pull request https://github.com/theforeman/smart_proxy_dhcp_infoblox/pull/31 added
#4
Updated by Dmitri Dolguikh over 3 years ago
- Status changed from New to Ready For Testing
#5
Updated by Dmitri Dolguikh over 3 years ago
- Status changed from Ready For Testing to Closed
Merged in 6c70f4c.
Fixes #20947 - return the network that was searched for.