|
Last change
on this file since 622 was 591, checked in by Kris Deugau, 13 years ago |
|
/trunk
File off rough edges doing DNS updates for deleting allocations. See #1.
- pass back and handle more subtle variations on WARN
- add a watch comment noting some bizarre behaviour that could
not be duplicated later.
- more fully handle large allocations spanning multiple reverse zones
(eg, /23 dynamic DSL spans 2 /24 reverse zones)
- retrieve the DNS pattern from the parent in case of zone-spanning
block deletes; the records in the zone can't be relied on to rebuild
an "unused"-ish record in this case.
Should use dnsadmin:trunk/@r460 or higher for proper behaviour.
|
|
File size:
1.6 KB
|
| Line | |
|---|
| 1 | <div class="center">
|
|---|
| 2 | <TMPL_IF failmsg>
|
|---|
| 3 | <p>Could not deallocate <TMPL_IF netblock>netblock<TMPL_ELSE>static IP</TMPL_IF> <TMPL_VAR NAME=block>: <TMPL_VAR NAME=failmsg></p>
|
|---|
| 4 | <input type="button" value="Back" onclick="history.go(-1)">
|
|---|
| 5 | <TMPL_ELSE>
|
|---|
| 6 | <div class="heading">Success! <TMPL_VAR NAME=block> deallocated.</div>
|
|---|
| 7 | <TMPL_IF genwarn><br><div><TMPL_VAR NAME=genwarn></div></TMPL_IF>
|
|---|
| 8 | <TMPL_IF bparent><br><div>
|
|---|
| 9 | Warning:
|
|---|
| 10 | <TMPL_IF mergeip>IPs in <TMPL_VAR NAME=block> were released as available static IPs in <TMPL_VAR NAME=bparent>
|
|---|
| 11 | <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=listpool&pool=<TMPL_VAR NAME=bparent>&rdepth=<TMPL_VAR NAME=brdepth>"><TMPL_VAR NAME=bparent></a>,<br>
|
|---|
| 12 | not released for general netblock assignment under
|
|---|
| 13 | <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=showsubs&block=<TMPL_VAR NAME=delparent>&rdepth=<TMPL_VAR NAME=prdepth>"><TMPL_VAR NAME=delparent></a>.
|
|---|
| 14 | <TMPL_ELSE>
|
|---|
| 15 | <TMPL_VAR NAME=block> was released as free and merged with blocks under
|
|---|
| 16 | <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=showsubs&block=<TMPL_VAR NAME=bparent>&rdepth=<TMPL_VAR NAME=brdepth>"><TMPL_VAR NAME=bparent></a>,
|
|---|
| 17 | not <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=showsubs&block=<TMPL_VAR NAME=delparent>&rdepth=<TMPL_VAR NAME=prdepth>"><TMPL_VAR NAME=delparent></a>.
|
|---|
| 18 | </TMPL_IF>
|
|---|
| 19 | </div>
|
|---|
| 20 | <TMPL_ELSE>
|
|---|
| 21 | <TMPL_IF delparent><div>Return to <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=showsubs&block=<TMPL_VAR NAME=delparent>&rdepth=<TMPL_VAR NAME=prdepth>"><TMPL_VAR NAME=delparent></a></div></TMPL_IF>
|
|---|
| 22 | </TMPL_IF>
|
|---|
| 23 | </TMPL_IF>
|
|---|
| 24 | </div>
|
|---|
| 25 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.