Go to the source code of this file.
|
int | mfib_prefix_is_cover (const mfib_prefix_t *p1, const mfib_prefix_t *p2) |
| Compare two prefixes for covering relationship. More...
|
|
int | mfib_prefix_is_host (const mfib_prefix_t *pfx) |
| Return true is the prefix is a host prefix. More...
|
|
fib_forward_chain_type_t | mfib_forw_chain_type_from_dpo_proto (dpo_proto_t proto) |
|
fib_forward_chain_type_t | mfib_forw_chain_type_from_fib_proto (fib_protocol_t proto) |
|
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) |
|
◆ format_mfib_entry_flags()
u8* format_mfib_entry_flags |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
◆ format_mfib_itf_flags()
u8* format_mfib_itf_flags |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
◆ format_mfib_prefix()
u8* format_mfib_prefix |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
◆ mfib_forw_chain_type_from_dpo_proto()
◆ mfib_forw_chain_type_from_fib_proto()
◆ mfib_prefix_is_cover()
Compare two prefixes for covering relationship.
- Returns
- non-zero if the first prefix is a cover for the second
Definition at line 30 of file mfib_types.c.
◆ mfib_prefix_is_host()
Return true is the prefix is a host prefix.
Definition at line 55 of file mfib_types.c.
◆ mfib_show_itf_flags()
◆ mfib_show_route_flags()
◆ unformat_mfib_entry_flags()
◆ unformat_mfib_itf_flags()
◆ mfib_flag_names
String names for each flag.
Definition at line 23 of file mfib_types.c.
◆ mfib_flag_names_long
◆ mfib_itf_flag_long_names
◆ mfib_itf_flag_names
◆ mfib_itf_flags_command
Initial value:=
{
.path = "show mfib itf flags",
.short_help = "Flags applicable to an MFIB interfaces",
.is_mp_safe = 1,
}
clib_error_t * mfib_show_itf_flags(vlib_main_t *vm, unformat_input_t *main_input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (mfib_itf_flags_command)
Definition at line 286 of file mfib_types.c.
◆ mfib_route_flags_command
Initial value:=
{
.path = "show mfib route flags",
.short_help = "Flags applicable to an MFIB route",
.is_mp_safe = 1,
}
clib_error_t * mfib_show_route_flags(vlib_main_t *vm, unformat_input_t *main_input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (mfib_route_flags_command)
Definition at line 257 of file mfib_types.c.