FD.io VPP
v21.01.1
Vector Packet Processing
|
A struct to hold tracing information for the BIER imposition node. More...
Data Fields | |
index_t | imp |
BIER imposition object hit. More... | |
bier_hdr_t | hdr |
BIER hdr applied. More... | |
A struct to hold tracing information for the BIER imposition node.
Definition at line 25 of file bier_imp_node.c.
bier_hdr_t bier_imp_trace_t_::hdr |
BIER hdr applied.
Definition at line 35 of file bier_imp_node.c.
index_t bier_imp_trace_t_::imp |
BIER imposition object hit.
Definition at line 30 of file bier_imp_node.c.