1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-23 06:39:01 +00:00

Updating with Jan '07 IANA IPv4 assignment changes. And the previous IANA patch from Mike Phipps was, in fact, wrong. Apparently he was undoing my previous IANA patch (which Fyodor committed in r4251)

This commit is contained in:
kris
2007-02-09 01:28:58 +00:00
parent 5fbc63cc22
commit abbaffe21c

View File

@@ -363,8 +363,8 @@ static int ip_is_reserved(struct in_addr *ip)
if (i1 >= 92 && i1 <= 95)
return 1;
/* 100-120/8 is IANA reserved */
if (i1 >= 100 && i1 <= 120)
/* 100-115/8 is IANA reserved */
if (i1 >= 100 && i1 <= 115)
return 1;
/* 172.16.0.0/12 is reserved for private nets by RFC1819 */