- Timestamp:
- 01/18/05 14:43:51 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/IPDB.pm
r126 r127 484 484 ##TEMP 485 485 # We've already deleted the block, now we have to stuff its IPs into the pool. 486 $sth = $ ip_dbh->prepare("insert into poolips values ('209.91.185.0/24',?,'6750400','Sudbury','d','y',''$486 $sth = $dbh->prepare("insert into poolips values ('209.91.185.0/24',?,'6750400','Sudbury','d','y','','','')"); 487 487 $sth->execute($cidr->addr); 488 488 foreach my $ip ($cidr->hostenum) {
Note:
See TracChangeset
for help on using the changeset viewer.