Package: inet.linklayer.contract
IPppInterface
module interfaceThis module interface is implemented by PPP 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 |
|---|---|---|
| PppInterface | compound module |
This module implements a PPP 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 |
|---|---|---|
| IWiredInterface | module interface |
This module interface is implemented by wired network interfaces. |
Properties
| Name | Value | Description |
|---|---|---|
| display | i=block/ifcard |
Source code
// // This module interface is implemented by PPP network interfaces. // moduleinterface IPppInterface extends IWiredInterface { parameters: @display("i=block/ifcard"); }File: src/inet/linklayer/contract/IPppInterface.ned