NetworkConfiguratorBase

Package: inet.networklayer.configurator.base

NetworkConfiguratorBase

simple module

(no description)

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);
}
File: src/inet/networklayer/configurator/base/NetworkConfiguratorBase.ned