Changeset 453 for trunk/cgi-bin
- Timestamp:
- 07/29/10 17:45:02 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/extras/db2rwhois.pl
r437 r453 74 74 "not (cidr <<= '10.0.0.0/8') and ". 75 75 "not (type = 'wr') and ". 76 " masklen(cidr) <=30and ".76 "((masklen(cidr) <=30 and family(cidr)=4) or (masklen(cidr) <=56 and family(cidr)=6)) and ". 77 77 "cidr <<= ?"); 78 78
Note:
See TracChangeset
for help on using the changeset viewer.