FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
Table flush context. More...
Data Fields | |
fib_node_index_t * | mftf_entries |
The list of entries to flush. More... | |
mfib_source_t | mftf_source |
The source we are flushing. More... | |
Table flush context.
Store the indicies of matching FIB entries that need to be removed.
Definition at line 584 of file mfib_table.c.
fib_node_index_t* mfib_table_flush_ctx_t_::mftf_entries |
The list of entries to flush.
Definition at line 589 of file mfib_table.c.
mfib_source_t mfib_table_flush_ctx_t_::mftf_source |
The source we are flushing.
Definition at line 594 of file mfib_table.c.