IIPv6Tunneling

Package: inet.networklayer.contract

IIPv6Tunneling

module interface

\IPv6 Tunnel Manager

See also: IPv6, IPv6NeighbourDiscovery, ICMPv6

Inheritance diagram

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

Implemented by

Name Type Description
IPv6Tunneling simple module

\IPv6 Tunnel Manager

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;
}
File: src/inet/networklayer/contract/IIPv6Tunneling.ned