Module Interface IIPv6Tunneling

Package: inet.networklayer.contract
File: src/inet/networklayer/contract/IIPv6Tunneling.ned

\IPv6 Tunnel Manager

See also: IPv6, IPv6NeighbourDiscovery, ICMPv6

IIPv6Tunneling

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
IPv6NetworkLayer compound module

Represents an IPv6 network layer (L3).

Properties:

Name Value Description
display i=block/tunnel

Source code:

//
// \IPv6 Tunnel Manager
//
// @see IPv6, IPv6NeighbourDiscovery, ICMPv6
//
moduleinterface IIPv6Tunneling
{
    @display("i=block/tunnel");
    gates:
        input upperLayerIn;
        output upperLayerOut;
        input linkLayerIn;
        output linkLayerOut;
}