Simple Module RoutingTable6

File: Network/IPv6/RoutingTable6.ned

C++ definition: click here

IPv6 Routing Table and Neighbour Discovery data structures.

See also: IPv6, IPv6NeighbourDiscovery, ICMPv6

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.

Router6

IPv6 router.

StandardHost6

IPv6 host with TCP, UDP layers and applications.

Parameters:

Name Type Description
routingTableFile xml
isRouter bool

Source code:

simple RoutingTable6
    parameters:
        routingTableFile: xml,
        isRouter: bool;
endsimple