Go to the source code of this file.
int gbp_recirc_add |
( |
u32 |
sw_if_index, |
|
|
epg_id_t |
epg_id, |
|
|
u8 |
is_ext |
|
) |
| |
void gbp_recirc_delete |
( |
u32 |
sw_if_index | ) |
|
static int gbp_recirc_show_one |
( |
gbp_recirc_t * |
gr, |
|
|
void * |
ctx |
|
) |
| |
|
static |
Recirc configs keyed by sw_if_index.
Definition at line 31 of file gbp_recirc.c.
Pool of GBP recircs.
Data plane functions.
Definition at line 26 of file gbp_recirc.c.
Initial value:= {
.path = "show gbp recirc",
.short_help = "show gbp recirc\n",
}
static clib_error_t * gbp_recirc_show(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (gbp_recirc_show_node)
Definition at line 204 of file gbp_recirc.c.