Simple Module OSPFRouting

File: Network/OSPFv2/OSPFRouting.ned

C++ definition: click here

Implements OSPFRouting.

Usage diagram:

The following diagram shows usage relationships between modules, networks and channels. Unresolved module (and channel) types are missing from the diagram. Click here to see the full picture.

Used in compound modules:

If a module type shows up more than once, that means it has been defined in more than one NED file.

OSPFRouter

IP router.

Parameters:

Name Type Description
ospfConfigFile string

xml file containing the full OSPF AS configuration

Gates:

Name Direction Description
from_ip input
to_ip output

Source code:

simple OSPFRouting
    parameters:
        ospfConfigFile: string; // xml file containing the full OSPF AS configuration
    gates:
        in: from_ip;
        out: to_ip;
endsimple