ILoopbackInterface

Package: inet.linklayer.contract

ILoopbackInterface

module interface

This module interface is implemented by loopback 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
LoopbackInterface compound module

This module implements a loopback network interface.

Used in compound modules

Name Type Description
LdpMplsRouter compound module

An LDP-capable router.

LinkLayerNodeBase compound module (no description)
RsvpMplsRouter compound module

An RSVP-TE capable router.

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 implemented by loopback network interfaces.
//
moduleinterface ILoopbackInterface extends INetworkInterface
{
    parameters:
        @display("i=block/ifcard");
}

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