Simple Module LIBTable

File: Network/MPLS/LIBTable.ned

C++ definition: click here

Stores the LIB (Label Information Base), accessed by MPLS and its associated control protocols (RSVP, LDP) via direct C++ method calls.

Usage diagram:

The following diagram shows usage relationships between modules, networks and channels. Unresolved module (and channel) types are missing from the diagram. Click here to see the full picture.

LIBTable LDP_LSR RSVP_LSR

Used in compound modules:

If a module type shows up more than once, that means it has been defined in more than one NED file.

LDP_LSR

An LDP-capable router.

RSVP_LSR

An RSVP-TE capable router.

Parameters:

Name Type Description
conf xml

table contents to be loaded on startup

Source code:

simple LIBTable
    parameters:
        conf: xml; // table contents to be loaded on startup
endsimple