|
FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Go to the documentation of this file.
37 #ifndef __FIB_ATTACHED_EXPORT_H__
38 #define __FIB_ATTACHED_EXPORT_H__
void fib_attached_export_purge(fib_entry_t *fib_entry)
All the imported entries need to be purged.
void fib_attached_export_covered_added(fib_entry_t *cover, fib_node_index_t covered)
u32 fib_node_index_t
A typedef of a node index.
void fib_attached_export_cover_update(fib_entry_t *fib_entry)
If this entry is tracking a cover (in another table) then that cover has been updated.
u8 * fib_ae_import_format(fib_node_index_t impi, u8 *s)
void fib_attached_export_covered_removed(fib_entry_t *cover, fib_node_index_t covered)
u8 * fib_ae_export_format(fib_node_index_t expi, u8 *s)
void fib_attached_export_import(fib_entry_t *fib_entry, fib_node_index_t export_fib)
FIB attached export.
void fib_attached_export_cover_change(fib_entry_t *fib_entry)
If this entry is tracking a cover (in another table) then that cover has changed.