Changeset 287
- Timestamp:
- 09/28/05 09:49:58 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/IPDB.pm
r286 r287 559 559 ##TEMP 560 560 # We've already deleted the block, now we have to stuff its IPs into the pool. 561 $sth = $dbh->prepare("insert into poolips values ('209.91.185.0/24',?,'6750400','Sudbury','d ','y','','','')");561 $sth = $dbh->prepare("insert into poolips values ('209.91.185.0/24',?,'6750400','Sudbury','di','y','','','')"); 562 562 $sth->execute($cidr->addr); 563 563 foreach my $ip ($cidr->hostenum) {
Note:
See TracChangeset
for help on using the changeset viewer.