How to delete link local address information on console

When nmap 7.70 installation task ran on the device, I found that link local address (169.254.0.0/16) shows on my bigfix console.

Please tell me how to delete the address.
I think that this address information doesn’t need to know to me.

Default Property is the following

Name:IP Address
Relevance:if ( exists true whose (if true then ( exists ip interfaces of network) else false) ) then addresses whose (it as string != “0.0.0.0”) of ip interfaces whose (not loopback of it) of network as string else nothing

I created the property

Name;IP
Relevance:if ( exists true whose (if true then ( exists ip interfaces of network) else false) ) then addresses whose (it as string != “0.0.0.0” and it as string does not start with “169.254.”) of ip interfaces whose (not loopback of it) of network as string else nothing