Package: inet.networklayer.mpls
LIBTable
simple moduleStores the LIB (Label Information Base), accessed by MPLS and its associated control protocols (RSVP, LDP) via direct C++ method calls.
Used in compound modules
| Name | Type | Description | 
|---|---|---|
| LDP_LSR | compound module | An LDP-capable router. | 
| RSVP_LSR | compound module | An RSVP-TE capable router. | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| config | xml | xml(" | table contents to be loaded on startup | 
Properties
| Name | Value | Description | 
|---|---|---|
| display | i=block/table2 | 
Source code
// // Stores the LIB (Label Information Base), accessed by ~MPLS and its // associated control protocols (~RSVP, ~LDP) via direct C++ method calls. // simple LIBTable { parameters: xml config = default(xml("<libtable/>")); // table contents to be loaded on startup @display("i=block/table2"); }File: src/inet/networklayer/mpls/LIBTable.ned