Changes between Version 5 and Version 6 of WikiStart
- Timestamp:
- 11/17/11 18:05:14 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v5 v6 16 16 [https://secure.deepnet.cx/svn/ipdb/branches/stable SVN latest patch] 17 17 18 Try out the live [https://secure.deepnet.cx/demos/ipdb demo] - full access is available using the default admin/admin user/password. Note that actual sending of emails has been disabled in the code in this install. 19 18 20 ==== Development ==== 19 21 … … 22 24 === (Mis)Features: === 23 25 24 - Stable branch supports IPv6, although there may still be a few lurking bugs, and there are "recommended practices" for v6 allocations that are not implemented. See #24, among others. 26 - Stable branch supports IPv6, although there may still be a few lurking bugs, and there are "recommended practices" for v6 allocations that are not implemented. See #24, among others. For instance, IP pools are created but silently refuse to create the IP lists since a minimal allocation nominally equivalent to a single IPv4 IP is 64 bits of possible hosts in standard IPv6 terms. 25 27 - Internal data structures emulate the general routing configuration of most networks, although it does not directly represent or emulate deep routing chains. 26 28 - "Maxiumum contiguous free space" allocation alogorithm; if a /29 and /26 are allocated from a /24, then allocation of a /27 will happen from the free space between the /29 and /26. Planned enhancement: Reserve space for expanding a block (#24).