Package: inet.linklayer.contract
ILoopbackInterface
module interfaceModule interface for loopback 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 |
Loopback interface. Complements the Loopback module. |
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 | (no description) |
Properties
| Name | Value | Description |
|---|---|---|
| display | i=block/ifcard |
Source code
// // Module interface for loopback interfaces. // moduleinterface ILoopbackInterface extends INetworkInterface { parameters: @display("i=block/ifcard"); }File: src/inet/linklayer/contract/ILoopbackInterface.ned