Changeset 506 for branches/stable/cgi-bin/extras
- Timestamp:
- 11/15/11 17:20:49 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/extras/db2rwhois.pl
r445 r506 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.