FD.io VPP
v19.04.4-rc0-5-ge88582fac
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 257 of file mpls_label_dpo.c.
u8 mpls_label_imposition_trace_t_::exp |
TTL imposed - only valid for uniform LSPs.
Definition at line 272 of file mpls_label_dpo.c.
mpls_unicast_header_t mpls_label_imposition_trace_t_::hdr |
The MPLS header imposed.
Definition at line 262 of file mpls_label_dpo.c.
u8 mpls_label_imposition_trace_t_::ttl |
TTL imposed - only valid for uniform LSPs.
Definition at line 267 of file mpls_label_dpo.c.