ILoopbackInterface

Package: inet.linklayer.contract

ILoopbackInterface

module interface

Interface for 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

Implements a loopback network interface.

Used in compound modules

Name Type Description
LdpMplsRouter compound module

An LDP-capable router.

LinkLayerNodeBase compound module

An extension of the basic node infrastructure with link layer functionality. Provides support for various network interfaces and link layer protocols, forming the foundation for network connectivity.

RsvpMplsRouter compound module

An RSVP-TE capable router.

Extends

Name Type Description
INetworkInterface module interface

Interface for network interfaces.

Properties

Name Value Description
display i=block/ifcard

Source code

//
// Interface for loopback network interfaces.
//
moduleinterface ILoopbackInterface extends INetworkInterface
{
    parameters:
        @display("i=block/ifcard");
}

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