Ignore:
Timestamp:
04/20/07 15:48:42 (17 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Update subnet calculator:

  • Clean up HTML output
  • Include "Wildcard" mask
  • Behave correctly on many more subnet lengths - valid range is now 3-29. NetAddr::IP starts assuming IPv6 with a mask of /1 (sort of, sometimes). Assumes a /29 subnet if input is invalid.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/help.html

    r359 r360  
    5050<td colspan="2">
    5151<form method="POST" action="cgi-bin/snCalc.cgi">
    52 <input type="text" size="5" maxlength="10" name="input" class="regular">
    53 <input type="submit" value="Calculate" class="heading">
     52 / <input type="text" size="5" maxlength="10" name="input" class="regular">
     53<input type="submit" value="Calculate" class="heading">&nbsp; Show
     54<span class="mask">subnet mask</span>, <span class="wildcard">wildcard mask</span>,
     55and possible subnet ranges for the entered mask length.
    5456</form>
    5557</tr>
Note: See TracChangeset for help on using the changeset viewer.