Package: inet.networklayer.configurator.ipv6
FlatNetworkConfigurator6
simple moduleConfigures 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
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
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 like INetworkConfigurator { parameters: @display("i=block/cogwheel"); @labels(node); }File: src/inet/networklayer/configurator/ipv6/FlatNetworkConfigurator6.ned