Simple Module RoutingTable6

Package: inet.networklayer.ipv6
File: src/networklayer/ipv6/RoutingTable6.ned

C++ definition

IPv6 Routing Table and Neighbour Discovery data structures.

See also: IPv6, IPv6NeighbourDiscovery, ICMPv6

RoutingTable6

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved 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 (compound module)

IPv6 router.

StandardHost6 (compound module)

IPv6 host with TCP, UDP layers and applications.

Parameters:

Name Type Default value Description
routingTableFile xml
isRouter bool

Properties:

Name Value Description
display i=block/table

Source code:

//
// \IPv6 Routing Table and Neighbour Discovery data structures.
//
// @see IPv6, IPv6NeighbourDiscovery, ICMPv6
//
simple RoutingTable6
{
    parameters:
        xml routingTableFile;
        bool isRouter;
        @display("i=block/table");
}