NED File src/inet/networklayer/configurator/ipv6/Ipv6FlatNetworkConfigurator.ned
Name | Type | Description |
---|---|---|
Ipv6FlatNetworkConfigurator | simple module |
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. |
Source code
// // Copyright (C) 2004 Eric Wu // Copyright (C) 2004 OpenSim Ltd. // // SPDX-License-Identifier: LGPL-3.0-or-later // package inet.networklayer.configurator.ipv6; import inet.networklayer.configurator.contract.IL3NetworkConfigurator; // // 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); }