FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
Go to the source code of this file.
Functions | |
index_t | mfib_itf_create (fib_node_index_t path_index, mfib_itf_flags_t mfi_flags) |
static mfib_itf_flags_t | mfib_itf_mk_flags (const mfib_itf_t *mfib_itf) |
int | mfib_itf_update (mfib_itf_t *mfib_itf, fib_node_index_t path_index, mfib_itf_flags_t mfi_flags) |
update an interface from a path. More... | |
static void | mfib_itf_hash_flush (mfib_itf_t *mfi) |
void | mfib_itf_delete (mfib_itf_t *mfi) |
u8 * | format_mfib_itf (u8 *s, va_list *args) |
static clib_error_t * | show_mfib_itf_command (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
Variables | |
mfib_itf_t * | mfib_itf_pool |
static vlib_cli_command_t | show_mfib_itf |
(constructor) VLIB_CLI_COMMAND (show_mfib_itf) More... | |
Definition at line 121 of file mfib_itf.c.
index_t mfib_itf_create | ( | fib_node_index_t | path_index, |
mfib_itf_flags_t | mfi_flags | ||
) |
Definition at line 25 of file mfib_itf.c.
void mfib_itf_delete | ( | mfib_itf_t * | mfi | ) |
Definition at line 113 of file mfib_itf.c.
|
static |
|
static |
int mfib_itf_update | ( | mfib_itf_t * | itf, |
fib_node_index_t | path_index, | ||
mfib_itf_flags_t | mfi_flags | ||
) |
update an interface from a path.
returns 1 if the entry is removed, i.e. has no flags left, as a result of the update.
Definition at line 66 of file mfib_itf.c.
|
static |
mfib_itf_t* mfib_itf_pool |
Definition at line 22 of file mfib_itf.c.
|
static |
(constructor) VLIB_CLI_COMMAND (show_mfib_itf)
Definition at line 193 of file mfib_itf.c.