FD.io VPP
v18.07.1-19-g511ce25
Vector Packet Processing
|
A struct to hold tracing information for the MPLS label imposition node. More...
Data Fields | |
mpls_unicast_header_t | hdr |
The MPLS header imposed. More... | |
u8 | ttl |
TTL imposed - only valid for uniform LSPs. More... | |
u8 | exp |
TTL imposed - only valid for uniform LSPs. More... | |
A struct to hold tracing information for the MPLS label imposition node.
Definition at line 255 of file mpls_label_dpo.c.
u8 mpls_label_imposition_trace_t_::exp |
TTL imposed - only valid for uniform LSPs.
Definition at line 270 of file mpls_label_dpo.c.
mpls_unicast_header_t mpls_label_imposition_trace_t_::hdr |
The MPLS header imposed.
Definition at line 260 of file mpls_label_dpo.c.
u8 mpls_label_imposition_trace_t_::ttl |
TTL imposed - only valid for uniform LSPs.
Definition at line 265 of file mpls_label_dpo.c.