Changeset 362 for branches/stable


Ignore:
Timestamp:
09/26/07 14:26:57 (17 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Bugfix deallocation of contained type(s?) - deallocation of PPPoE-routed
DSL "blocks" did not properly recombine free blocks

File:
1 edited

Legend:

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

    r356 r362  
    569569          # contained which have nevertheless been allocated from a container block)
    570570          # We want to make certain that the freeblocks are properly "labelled"
    571           $sth = $dbh->prepare("select cidr from freeblocks where cidr <<= '$container'");
     571          $sth = $dbh->prepare("select cidr from freeblocks where cidr <<= '$container' order by maskbits desc");
    572572        } else {
    573573          # Standard deallocation.
Note: See TracChangeset for help on using the changeset viewer.