Simple Module NetworkConfiguratorBase

Package: inet.networklayer.configurator.base
File: src/inet/networklayer/configurator/base/NetworkConfiguratorBase.ned

C++ definition

(no description)

NetworkConfiguratorBase

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.

Known subclasses:

Name Type Description
GenericNetworkConfigurator simple module

Adds routes to a GenericRoutingTable similarly how IPv4NetworkConfigurator adds static routes to IPv4RoutingTable.

IPv4NetworkConfigurator simple module

This module assigns IP addresses and sets up static routing for an IPv4 network. It assigns per-interface IP addresses, strives to take subnets into account, and can also optimize the generated routing tables by merging routing entries.

Parameters:

Name Type Default value Description
minLinkWeight double 1E-3

Source code:

simple NetworkConfiguratorBase like INetworkConfigurator
{
    parameters:
        double minLinkWeight = default(1E-3);
}