- Timestamp:
- 09/26/07 14:26:57 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/IPDB.pm
r356 r362 569 569 # contained which have nevertheless been allocated from a container block) 570 570 # 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"); 572 572 } else { 573 573 # Standard deallocation.
Note:
See TracChangeset
for help on using the changeset viewer.