Changes between Version 6 and Version 7 of WikiStart
- Timestamp:
- 11/22/11 13:13:32 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v6 v7 24 24 === (Mis)Features: === 25 25 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.26 - Stable branch mostly 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 effectively can't be used the same way for IPv6 as IPv4 since the usual single allocation for an end user is a /64. 27 27 - Internal data structures emulate the general routing configuration of most networks, although it does not directly represent or emulate deep routing chains. 28 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).