Changeset 468 for branches/htmlform/cgi-bin/extras
- Timestamp:
- 08/12/10 12:00:28 (14 years ago)
- Location:
- branches/htmlform
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/htmlform
-
branches/htmlform/cgi-bin/extras/db2rwhois.pl
r437 r468 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.