INetworkConfigurator

Package: inet.networklayer.configurator.contract

INetworkConfigurator

module interface

(no description)

INetworkConfigurator

Inheritance diagram

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

Implemented by

Name Type Description
Ipv4FlatNetworkConfigurator simple module

Configures IPv4 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.

Ipv4NetworkConfigurator simple module

This module assigns IPv4 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.

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.

NetworkConfiguratorBase simple module (no description)
NextHopNetworkConfigurator simple module

Adds routes to a NextHopRoutingTable similarly how Ipv4NetworkConfigurator adds static routes to Ipv4RoutingTable.

Source code

moduleinterface INetworkConfigurator
{
}

File: src/inet/networklayer/configurator/contract/INetworkConfigurator.ned