Package: inet.networklayer.rsvpte
RsvpClassifier
simple moduleTable-base ingress classifier.
The XML config file has the following format. <fectable> is the root element. <fectable> may contain any number of <fecentry> elements. <fecentry> may contain the following child elements that effectively serve as attributes: <id>, <destination>, <source>, <label>, <tunnel_id>, <lspid>.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| routingTableModule | string | ||
| libTableModule | string | ||
| rsvpModule | string | ||
| config | xml | xml(" |
Properties
| Name | Value | Description |
|---|---|---|
| display | i=block/classifier |
Tagging operations (observed)
| tagType | tagAction |
|---|---|
| inet::Ipv4InterfaceData | findTag |
Source code
// // Table-base ingress classifier. // // The XML config file has the following format. <fectable> // is the root element. <fectable> may contain any number of // <fecentry> elements. <fecentry> may contain the following // child elements that effectively serve as attributes: // <id>, <destination>, <source>, <label>, <tunnel_id>, <lspid>. // simple RsvpClassifier like IIngressClassifier { parameters: string routingTableModule; string libTableModule; string rsvpModule; xml config = default(xml("<fectable/>")); @display("i=block/classifier"); }File: src/inet/networklayer/rsvpte/RsvpClassifier.ned