IPppInterface
Package: inet.linklayer.contract
IPppInterface
module interfaceInterface for 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 |
Implements a PPP network interface. |
Used in compound modules
| Name | Type | Description |
|---|---|---|
| BGPRouterEx | compound module |
Example IP router with BGPv4 and OSPFv4 support. |
| BGPRouterSimple | compound module |
Example Ipv4 router with BGPv4 support. |
| 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 |
|---|---|---|
| IWiredInterface | module interface |
Interface for wired network interfaces. |
Properties
| Name | Value | Description |
|---|---|---|
| display | i=block/ifcard |
Source code
// // Interface for PPP network interfaces. // moduleinterface IPppInterface extends IWiredInterface { parameters: @display("i=block/ifcard"); }File: src/inet/linklayer/contract/IPppInterface.ned