Smartproxy Infoblox DHCP: Proxy suggests used DNS entries as free IPs

If you use host record type, then all records managed by Foreman are registered by foreman as used IPs. If you have some other allocated IPs and Foreman can’t ping them, that’s by design a conflict of course.

A clean way could be to extend our conflict detection code to do a reverse (PTR) DNS lookup and treat that IP as used. But not so keen about this, what you think @ekohl?