customizations
customizations copied to clipboard
Bugfix for already_found loop
The report aborted after the first ip-address was found and thus the report could not be generated over all entries in the netbox. By changing the storage of ip.address to str(ip.address) to already_found, the matching can be continued successfully and all addresses are checked.