Actions
Feature #10912
closedAdd method(s) to IPAddr for determining whether an address is link local
Feature #10912:
Add method(s) to IPAddr for determining whether an address is link local
Description
I was surprised to find that IPAddr has no methods for determining whether an address is a link local address (ie RFC1918 or RFC5735). This would make it easy to blacklist local IP addresses from services.
Actions