Ipv6FlatNetworkConfigurator

Package: inet.networklayer.configurator.ipv6

Ipv6FlatNetworkConfigurator

simple module

C++ definition

Configures Ipv6 addresses and routing tables for a "flat" network, "flat" meaning that all hosts and routers will have the same network address and will only differ in the host part.

<b>See also:</b> ~Ipv4FlatNetworkConfigurator

Ipv6FlatNetworkConfigurator

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Used in

Name Type Description
BulkTransfer6 network (no description)
DemoNetworkEth network (no description)
mIPv6Network network (no description)
NClientsEth network (no description)
NClientsEth network (no description)
NClientsEthPpp network (no description)
NClientsPPP network (no description)
NClientsPPP network (no description)
SimpleTest network (no description)

Properties

Name Value Description
display i=block/cogwheel
labels node

Source code

//
// Configures Ipv6 addresses and routing tables for a "flat" network,
// "flat" meaning that all hosts and routers will have the same
// network address and will only differ in the host part.
//
//# FIXME add documentation!
//
// @see ~Ipv4FlatNetworkConfigurator
//
simple Ipv6FlatNetworkConfigurator like IL3NetworkConfigurator
{
    parameters:
        @display("i=block/cogwheel");
        @labels(node);
}

File: src/inet/networklayer/configurator/ipv6/Ipv6FlatNetworkConfigurator.ned