FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
A struct to hold tracing information for the MPLS label imposition node. More...
Data Fields | |
bier_hdr_proto_id_t | pproto |
BIER payload protocol used to dispatch. More... | |
u32 | rpf_id |
RPF-ID packet is tagged with. More... | |
A struct to hold tracing information for the MPLS label imposition node.
Definition at line 23 of file bier_disp_dispatch_node.c.
bier_hdr_proto_id_t bier_disp_dispatch_trace_t_::pproto |
BIER payload protocol used to dispatch.
Definition at line 28 of file bier_disp_dispatch_node.c.
u32 bier_disp_dispatch_trace_t_::rpf_id |
RPF-ID packet is tagged with.
Definition at line 33 of file bier_disp_dispatch_node.c.