IIPRouting

Package: inet.routing.contract

IIPRouting

module interface

Interface for routing protocol modules connected to IP Layer.

Inheritance diagram

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

Implemented by

Name Type Description
OSPFRouting simple module

Implements the OSPFv4 routing protocol.

Used in compound modules

Name Type Description
Router compound module

IPv4 router that supports wireless, Ethernet, PPP and external interfaces. By default, no wireless and external interfaces are added; the number of Ethernet and PPP ports depends on the external connections.

Source code

//
// Interface for routing protocol modules connected to IP Layer.
//
moduleinterface IIPRouting
{
    gates:
        input ipIn @labels(IPv4ControlInfo/up);
        output ipOut @labels(IPv4ControlInfo/down);
}
File: src/inet/routing/contract/IIPRouting.ned