Go to the source code of this file.
|
u8 * | format_gbp_ext_itf (u8 *s, va_list *args) |
|
int | gbp_ext_itf_add (u32 sw_if_index, u32 bd_id, u32 rd_id, u32 flags) |
|
int | gbp_ext_itf_delete (u32 sw_if_index) |
|
static clib_error_t * | gbp_ext_itf_add_del_cli (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
void | gbp_ext_itf_walk (gbp_ext_itf_cb_t cb, void *ctx) |
|
static walk_rc_t | gbp_ext_itf_show_one (gbp_ext_itf_t *gx, void *ctx) |
|
static clib_error_t * | gbp_ext_itf_show (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | gbp_ext_itf_init (vlib_main_t *vm) |
|
◆ GBP_EXT_ITF_DBG
◆ GBP_EXT_ITF_ID
#define GBP_EXT_ITF_ID 0x00000080 |
◆ format_gbp_ext_itf()
u8* format_gbp_ext_itf |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
◆ gbp_ext_itf_add()
int gbp_ext_itf_add |
( |
u32 |
sw_if_index, |
|
|
u32 |
bd_id, |
|
|
u32 |
rd_id, |
|
|
u32 |
flags |
|
) |
| |
◆ gbp_ext_itf_add_del_cli()
◆ gbp_ext_itf_delete()
int gbp_ext_itf_delete |
( |
u32 |
sw_if_index | ) |
|
◆ gbp_ext_itf_init()
◆ gbp_ext_itf_show()
◆ gbp_ext_itf_show_one()
◆ gbp_ext_itf_walk()
◆ gbp_ext_itf_db
external interface configs keyed by sw_if_index
Definition at line 29 of file gbp_ext_itf.c.
◆ gbp_ext_itf_pool
Pool of GBP ext_itfs.
Exposed types for the data-plane.
Definition at line 24 of file gbp_ext_itf.c.
◆ gbp_ext_itf_show_node
Initial value:= {
.path = "show gbp ext-itf",
.short_help = "show gbp ext-itf\n",
}
static clib_error_t * gbp_ext_itf_show(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (gbp_ext_itf_show_node)
Definition at line 270 of file gbp_ext_itf.c.
◆ gbp_itf_anon_l3out_add_del_node
Initial value:= {
.path = "gbp ext-itf",
.short_help = "gbp ext-itf [del] <interface> bd <ID> rd <ID> [anon-l3-out]\n",
}
static clib_error_t * gbp_ext_itf_add_del_cli(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (gbp_itf_anon_l3out_add_del_node)
Definition at line 223 of file gbp_ext_itf.c.
◆ gx_logger