FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Go to the source code of this file.
Functions | |
u8 * | format_mfib_prefix (u8 *s, va_list *args) |
u8 * | format_mfib_entry_flags (u8 *s, va_list *args) |
u8 * | format_mfib_itf_flags (u8 *s, va_list *args) |
uword | unformat_mfib_itf_flags (unformat_input_t *input, va_list *args) |
uword | unformat_mfib_entry_flags (unformat_input_t *input, va_list *args) |
clib_error_t * | mfib_show_route_flags (vlib_main_t *vm, unformat_input_t *main_input, vlib_cli_command_t *cmd) |
clib_error_t * | mfib_show_itf_flags (vlib_main_t *vm, unformat_input_t *main_input, vlib_cli_command_t *cmd) |
Variables | |
static const char * | mfib_flag_names [] = MFIB_ENTRY_NAMES_SHORT |
String names for each flag. More... | |
static const char * | mfib_flag_names_long [] = MFIB_ENTRY_NAMES_LONG |
static const char * | mfib_itf_flag_long_names [] = MFIB_ITF_NAMES_LONG |
static const char * | mfib_itf_flag_names [] = MFIB_ITF_NAMES_SHORT |
static vlib_cli_command_t | mfib_route_flags_command |
(constructor) VLIB_CLI_COMMAND (mfib_route_flags_command) More... | |
static vlib_cli_command_t | mfib_itf_flags_command |
(constructor) VLIB_CLI_COMMAND (mfib_itf_flags_command) More... | |
Definition at line 85 of file mfib_types.c.
Definition at line 105 of file mfib_types.c.
Definition at line 30 of file mfib_types.c.
clib_error_t* mfib_show_itf_flags | ( | vlib_main_t * | vm, |
unformat_input_t * | main_input, | ||
vlib_cli_command_t * | cmd | ||
) |
clib_error_t* mfib_show_route_flags | ( | vlib_main_t * | vm, |
unformat_input_t * | main_input, | ||
vlib_cli_command_t * | cmd | ||
) |
uword unformat_mfib_entry_flags | ( | unformat_input_t * | input, |
va_list * | args | ||
) |
Definition at line 142 of file mfib_types.c.
uword unformat_mfib_itf_flags | ( | unformat_input_t * | input, |
va_list * | args | ||
) |
Definition at line 122 of file mfib_types.c.
|
static |
String names for each flag.
Definition at line 23 of file mfib_types.c.
|
static |
Definition at line 24 of file mfib_types.c.
|
static |
Definition at line 26 of file mfib_types.c.
|
static |
Definition at line 27 of file mfib_types.c.
|
static |
(constructor) VLIB_CLI_COMMAND (mfib_itf_flags_command)
Definition at line 206 of file mfib_types.c.
|
static |
(constructor) VLIB_CLI_COMMAND (mfib_route_flags_command)
Definition at line 177 of file mfib_types.c.