Changeset 287 for branches


Ignore:
Timestamp:
09/28/05 09:49:58 (19 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Bugfix for hack to "properly" deallocate 209.91.185.0/24
"netblocks" by stuffing the IPs into the poolips table

  • somewhere along the line I changed the alloctypes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/cgi-bin/IPDB.pm

    r286 r287  
    559559##TEMP
    560560  # 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','','','')");
    562562  $sth->execute($cidr->addr);
    563563  foreach my $ip ($cidr->hostenum) {
Note: See TracChangeset for help on using the changeset viewer.