Custom Query (13 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 13)

1 2 3 4 5
Ticket Resolution Summary Owner Reporter
#8 fixed Block munging - "merge blocks" Kris Deugau
Description

Allow merging arbitrary sets of contiguous allocations plus free blocks to create new allocations or allocation trees. The most common use case will likely be extending an allocation into adjacent free space, or merging adjacent allocations given to the same customer, but several other actions are supported:

  • Extend a container so that previously adjacent leaf or container allocations are now children
  • Extend a container across adjacent allocations, deleting only immediate peer allocations but keeping all suballocations
  • Extend a container across adjacent allocations, deleting all allocations involved except those within the original allocation
  • Extend a container across adjacent allocations, deleting all suballocations within the new allocation
  • Merge a group of leaf allocations into a single leaf allocation

Also supports type conversion, preserving data or deleting it much as above depending on the original and target types. Keeping existing data when converting to IP pools will result in all IPs in the existing allocations being flagged as "used" and filled with the information from the original allocation. Converting from an IP pool to a container type creates /32 allocations for each IP.

#7 fixed Block munging - "split this block" and "shrink this block" Kris Deugau
Description

Allow an existing allocation to be split or shrunk instead of having to deallocate and reallocate

#5 fixed Allow arbitrarily nested containers/allocations Kris Deugau
Description

Current allocation structure is a little too limiting, need to expand it to support deeper suballocation structures

1 2 3 4 5
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.