src/internet/model/ipv6-address-generator.h
changeset 10440 1e48ff9185f1
parent 10405 45c8fceae24e
equal deleted inserted replaced
10439:73bc9e55f9bd 10440:1e48ff9185f1
    49  *
    49  *
    50  * The interface ID is often an EUI-64 address derived from the MAC address,
    50  * The interface ID is often an EUI-64 address derived from the MAC address,
    51  * but can also be a pseudo-random value (\RFC{3041}).  This implementation
    51  * but can also be a pseudo-random value (\RFC{3041}).  This implementation
    52  * does not generate EUI-64-based interface IDs.
    52  * does not generate EUI-64-based interface IDs.
    53  *
    53  *
    54  * BEWARE: this class acts as a Singleton.
    54  * \note BEWARE: this class acts as a Singleton.
    55  * In other terms, two different instances of Ipv6AddressGenerator will
    55  * In other terms, two different instances of Ipv6AddressGenerator will
    56  * pick IPv6 numbers from the same pool. Changing the network in one of them
    56  * pick IPv6 numbers from the same pool. Changing the network in one of them
    57  * will also change the network in the other instances.
    57  * will also change the network in the other instances.
    58  *
    58  *
    59  */
    59  */