1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-31 18:49:08 +00:00

update ip_is_reserved(): 31/8 and 176/8 allocated

This commit is contained in:
kris
2010-05-07 16:09:49 +00:00
parent 75a17210f7
commit 9277af5e57

View File

@@ -354,7 +354,6 @@ static int ip_is_reserved(struct in_addr *ip)
case 7: /* used for BGP protocol */
case 10: /* the infamous 10.0.0.0/8 */
case 23: /* 023/8 is IANA reserved */
case 31: /* 031/8 is IANA reserved */
case 36: /* 036/8 is IANA reserved */
case 37: /* 037/8 is IANA reserved */
case 39: /* 039/8 is IANA reserved */
@@ -362,7 +361,6 @@ static int ip_is_reserved(struct in_addr *ip)
case 49: /* 049/8 is IANA reserved */
case 55: /* misc. U.S.A. Armed forces */
case 127: /* 127/8 is reserved for loopback */
case 176: /* 176/8 is IANA reserved */
case 177: /* 177/8 is IANA reserved */
case 179: /* 179/8 is IANA reserved */
case 181: /* 181/8 is IANA reserved */