fib_entry_src_init_t fesv_init
Virtual function table each FIB entry source will register.
Information related to the source of a FIB entry.
static void fib_entry_src_special_add(fib_entry_src_t *src, const fib_entry_t *entry, fib_entry_flag_t flags, dpo_proto_t proto, const dpo_id_t *dpo)
static void fib_entry_src_special_deinit(fib_entry_src_t *src)
Source deinitialisation Function.
static void fib_entry_src_special_remove(fib_entry_src_t *src)
void fib_entry_src_special_register(void)
fib_path_list_flags_t fib_entry_src_flags_2_path_list_flags(fib_entry_flag_t eflags)
enum fib_entry_flag_t_ fib_entry_flag_t
fib_entry_src_flag_t fes_flags
Flags on the source.
void fib_entry_src_register(fib_source_t source, const fib_entry_src_vft_t *vft)
fib_node_index_t fes_pl
The path-list created by the source.
A route the is being 'proxied' on behalf of another device.
static void fib_entry_src_special_init(fib_entry_src_t *src)
Source initialisation Function.