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/ipdb.css

    r286 r360  
    8181        color: red;
    8282}
     83
     84.mask {
     85        background: #00ff00;
     86}
     87
     88.wildcard {
     89        background: #ffff00;
     90}
Note: See TracChangeset for help on using the changeset viewer.