FD.io VPP  v17.04-9-g99c0734
Vector Packet Processing
mfib_itf.c File Reference
+ Include dependency graph for mfib_itf.c:

Go to the source code of this file.

Functions

index_t mfib_itf_create (u32 sw_if_index, mfib_itf_flags_t mfi_flags)
 
void mfib_itf_delete (mfib_itf_t *mfi)
 
u8format_mfib_itf (u8 *s, va_list *args)
 
static clib_error_tshow_mfib_itf_command (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 

Variables

mfib_itf_tmfib_itf_pool
 
static vlib_cli_command_t show_mfib_itf
 (constructor) VLIB_CLI_COMMAND (show_mfib_itf) More...
 

Function Documentation

u8* format_mfib_itf ( u8 s,
va_list *  args 
)

Definition at line 47 of file mfib_itf.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

index_t mfib_itf_create ( u32  sw_if_index,
mfib_itf_flags_t  mfi_flags 
)

Definition at line 24 of file mfib_itf.c.

+ Here is the caller graph for this function:

void mfib_itf_delete ( mfib_itf_t mfi)

Definition at line 40 of file mfib_itf.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* show_mfib_itf_command ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 76 of file mfib_itf.c.

+ Here is the call graph for this function:

Variable Documentation

mfib_itf_t* mfib_itf_pool

Definition at line 21 of file mfib_itf.c.

vlib_cli_command_t show_mfib_itf
static
Initial value:
= {
.path = "show mfib interface",
.function = show_mfib_itf_command,
.short_help = "show mfib interface",
}
static clib_error_t * show_mfib_itf_command(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: mfib_itf.c:76

(constructor) VLIB_CLI_COMMAND (show_mfib_itf)

Definition at line 119 of file mfib_itf.c.