Changes between Version 6 and Version 7 of WikiStart


Ignore:
Timestamp:
11/22/11 13:13:32 (12 years ago)
Author:
Kris Deugau
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v6 v7  
    2424=== (Mis)Features: ===
    2525
    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.
    2727- Internal data structures emulate the general routing configuration of most networks, although it does not directly represent or emulate deep routing chains.
    2828- "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).