Namespace inet
LdpLabelMapping
classLDP Label Mapping Message
Extends
Name | Type | Description |
---|---|---|
LdpPacket | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
fec | FecTlv | |
label | int |
Source code
// // LDP Label Mapping Message // class LdpLabelMapping extends LdpPacket { FecTlv fec; int label; }File: src/inet/networklayer/ldp/LdpPacket.msg