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.

Inheritance diagram:

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

Used in compound modules:

Name Type Description
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");
}