Go to the source code of this file.
|
gbp_endpoint_group_t * | gbp_endpoint_group_get (index_t i) |
|
void | gbp_endpoint_group_lock (index_t i) |
|
index_t | gbp_endpoint_group_find (sclass_t sclass) |
|
int | gbp_endpoint_group_add_and_lock (vnid_t vnid, u16 sclass, u32 bd_id, u32 rd_id, u32 uplink_sw_if_index, const gbp_endpoint_retention_t *retention) |
|
void | gbp_endpoint_group_unlock (index_t ggi) |
|
int | gbp_endpoint_group_delete (sclass_t sclass) |
|
u32 | gbp_endpoint_group_get_bd_id (const gbp_endpoint_group_t *gg) |
|
index_t | gbp_endpoint_group_get_fib_index (const gbp_endpoint_group_t *gg, fib_protocol_t fproto) |
|
void | gbp_endpoint_group_walk (gbp_endpoint_group_cb_t cb, void *ctx) |
|
static clib_error_t * | gbp_endpoint_group_cli (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static u8 * | format_gbp_endpoint_retention (u8 *s, va_list *args) |
|
u8 * | format_gbp_endpoint_group (u8 *s, va_list *args) |
|
static int | gbp_endpoint_group_show_one (gbp_endpoint_group_t *gg, void *ctx) |
|
static clib_error_t * | gbp_endpoint_group_show (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | gbp_endpoint_group_init (vlib_main_t *vm) |
|
◆ GBP_EPG_DBG
◆ format_gbp_endpoint_group()
u8* format_gbp_endpoint_group |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
◆ format_gbp_endpoint_retention()
static u8* format_gbp_endpoint_retention |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ gbp_endpoint_group_add_and_lock()
◆ gbp_endpoint_group_cli()
◆ gbp_endpoint_group_delete()
int gbp_endpoint_group_delete |
( |
sclass_t |
sclass | ) |
|
◆ gbp_endpoint_group_find()
◆ gbp_endpoint_group_get()
◆ gbp_endpoint_group_get_bd_id()
◆ gbp_endpoint_group_get_fib_index()
◆ gbp_endpoint_group_init()
◆ gbp_endpoint_group_lock()
void gbp_endpoint_group_lock |
( |
index_t |
i | ) |
|
◆ gbp_endpoint_group_show()
◆ gbp_endpoint_group_show_one()
◆ gbp_endpoint_group_unlock()
void gbp_endpoint_group_unlock |
( |
index_t |
ggi | ) |
|
◆ gbp_endpoint_group_walk()
◆ gbp_endpoint_group_cli_node
Initial value:= {
.path = "gbp endpoint-group",
.short_help = "gbp endpoint-group [del] epg <ID> bd <ID> rd <ID> <interface>",
}
static clib_error_t * gbp_endpoint_group_cli(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (gbp_endpoint_group_cli_node)
Definition at line 320 of file gbp_endpoint_group.c.
◆ gbp_endpoint_group_db
◆ gbp_endpoint_group_pool
◆ gbp_endpoint_group_show_node
Initial value:= {
.path = "show gbp endpoint-group",
.short_help = "show gbp endpoint-group\n",
}
static clib_error_t * gbp_endpoint_group_show(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (gbp_endpoint_group_show_node)
Definition at line 388 of file gbp_endpoint_group.c.
◆ gbp_epg_sclass_db
◆ gg_logger