FD.io VPP
v21.01
Vector Packet Processing
|
A description of the need to export routes to one or more export tables. More...
Data Fields | |
fib_node_index_t * | faee_importers |
The vector/list of import tracker indicies. More... | |
fib_node_index_t | faee_ei |
THe connected entry this export is acting on behalf of. More... | |
u32 | faee_locks |
Reference counting locks. More... | |
A description of the need to export routes to one or more export tables.
Definition at line 71 of file fib_attached_export.c.
fib_node_index_t fib_ae_export_t_::faee_ei |
THe connected entry this export is acting on behalf of.
Definition at line 80 of file fib_attached_export.c.
fib_node_index_t* fib_ae_export_t_::faee_importers |
The vector/list of import tracker indicies.
Definition at line 75 of file fib_attached_export.c.
u32 fib_ae_export_t_::faee_locks |
Reference counting locks.
Definition at line 85 of file fib_attached_export.c.