FD.io VPP
v21.01
Vector Packet Processing
|
A description of the need to import routes from the export table. More...
Data Fields | |
fib_node_index_t | faei_export_entry |
The entry in the export table that this importer is importing covereds from. More... | |
fib_node_index_t | faei_import_entry |
The attached entry in the import table. More... | |
u32 | faei_export_sibling |
the sibling index on the cover More... | |
fib_node_index_t | faei_exporter |
The index of the exporter tracker. More... | |
fib_node_index_t * | faei_importeds |
A vector/list of imported entry indicies. More... | |
fib_node_index_t | faei_export_fib |
The FIB index and prefix we are tracking. More... | |
fib_prefix_t | faei_prefix |
fib_node_index_t | faei_import_fib |
The FIB index we are importing into. More... | |
A description of the need to import routes from the export table.
Definition at line 28 of file fib_attached_export.c.
fib_node_index_t fib_ae_import_t_::faei_export_entry |
The entry in the export table that this importer is importing covereds from.
Definition at line 34 of file fib_attached_export.c.
fib_node_index_t fib_ae_import_t_::faei_export_fib |
The FIB index and prefix we are tracking.
Definition at line 59 of file fib_attached_export.c.
u32 fib_ae_import_t_::faei_export_sibling |
the sibling index on the cover
Definition at line 43 of file fib_attached_export.c.
fib_node_index_t fib_ae_import_t_::faei_exporter |
The index of the exporter tracker.
Not set if the export entry is not valid for export
Definition at line 49 of file fib_attached_export.c.
fib_node_index_t fib_ae_import_t_::faei_import_entry |
The attached entry in the import table.
Definition at line 39 of file fib_attached_export.c.
fib_node_index_t fib_ae_import_t_::faei_import_fib |
The FIB index we are importing into.
Definition at line 65 of file fib_attached_export.c.
fib_node_index_t* fib_ae_import_t_::faei_importeds |
A vector/list of imported entry indicies.
Definition at line 54 of file fib_attached_export.c.
fib_prefix_t fib_ae_import_t_::faei_prefix |
Definition at line 60 of file fib_attached_export.c.