1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-24 00:19:01 +00:00

add localhost ips to random input filter

This commit is contained in:
fyodor
2005-05-05 06:57:04 +00:00
parent fe91a01b9a
commit 1b19b91884

View File

@@ -1712,6 +1712,7 @@ int ip_is_reserved(struct in_addr *ip)
case 41: /* 041/8 is IANA reserved */
case 42: /* 042/8 is IANA reserved */
case 55: /* misc. U.S.A. Armed forces */
case 127: /* localhost */
case 197:
return 1;
default: