Package: inet.networklayer.mpls
IIngressClassifier
module interfaceModule interface for ingress packet classifiers for MPLS.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Implemented by
| Name | Type | Description |
|---|---|---|
| RsvpClassifier | simple module |
Table-base ingress classifier. |
Used in compound modules
| Name | Type | Description |
|---|---|---|
| RsvpMplsRouter | compound module |
An RSVP-TE capable router. |
Properties
| Name | Value | Description |
|---|---|---|
| display | i=block/classifier |
Source code
// // Module interface for ingress packet classifiers for MPLS. // moduleinterface IIngressClassifier { parameters: @display("i=block/classifier"); }File: src/inet/networklayer/mpls/IIngressClassifier.ned