Ignore:
Timestamp:
02/11/15 18:43:22 (9 years ago)
Author:
Kris Deugau
Message:

/trunk

Start adding support for advisory "reserved block" assignments - when
creating a new assignment, flag an equal-sized block ahead or behind
to expand the assignment in the future. See #24.

  • free block assignment
  • guided assignment (still needs tweaking to dodge existing reserved blocks)
  • note flagged blocks in free block list
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/assign.tmpl

    r691 r692  
    3131<input name="block" value="<TMPL_VAR NAME=block>" size="40">
    3232<input type="hidden" name="fbassign" value="y">
     33&nbsp;Reserve space to expand block in future
     34<input type="checkbox" name="reserve">
    3335</td>
    3436</TMPL_IF>
     
    6668<tr>
    6769<td>Subnet CIDR mask length:</td>
    68 <td valign="top">&nbsp;/&nbsp;<input type="text" name="maskbits" size="3" maxlength="3"></td>
     70<td valign="top">&nbsp;/&nbsp;<input type="text" name="maskbits" size="3" maxlength="3">
     71&nbsp;Reserve space to expand block in future
     72<input type="checkbox" name="reserve">
     73</td>
    6974</tr>
    7075</TMPL_UNLESS>
Note: See TracChangeset for help on using the changeset viewer.