ITunnelInterface

Package: inet.linklayer.contract

ITunnelInterface

module interface

This module interface is implemnted by tunnel network interfaces.

Inheritance diagram

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

Implemented by

Name Type Description
TunInterface compound module

This module implements a TUN network interface.

Used in compound modules

Name Type Description
LinkLayerNodeBase compound module (no description)

Extends

Name Type Description
INetworkInterface module interface

This module interface is implemnted by network interfaces.

Properties

Name Value Description
display i=block/ifcard

Source code

//
// This module interface is implemnted by tunnel network interfaces.
//
moduleinterface ITunnelInterface extends INetworkInterface
{
    parameters:
        @display("i=block/ifcard");
}

File: src/inet/linklayer/contract/ITunnelInterface.ned