Simple Module FlatNetworkConfigurator6

Package: inet.networklayer.autorouting
File: src/networklayer/autorouting/FlatNetworkConfigurator6.ned

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.

FIXME: add documentation!

See also: FlatNetworkConfigurator

FlatNetworkConfigurator6

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

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

Networks:

Name Type Description
BulkTransfer6 network (no description)
DemoNetworkEth network (no description)
NClientsEth network (no description)
NClientsEth network (no description)
NClientsPPP network (no description)
NClientsPPP 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 FlatNetworkConfigurator
//
simple FlatNetworkConfigurator6
{
    parameters:
        @display("i=block/cogwheel");
        @labels(node);
}