Go to the source code of this file.
|
gbp_endpoint_group_t * | gbp_endpoint_group_find (epg_id_t epg_id) |
|
int | gbp_endpoint_group_add (epg_id_t epg_id, u32 bd_id, u32 ip4_table_id, u32 ip6_table_id, u32 uplink_sw_if_index) |
|
void | gbp_endpoint_group_delete (epg_id_t epg_id) |
|
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 int | gbp_endpoint_group_show_one (gbp_endpoint_group_t *gepg, void *ctx) |
|
static clib_error_t * | gbp_endpoint_group_show (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
int gbp_endpoint_group_add |
( |
epg_id_t |
epg_id, |
|
|
u32 |
bd_id, |
|
|
u32 |
ip4_table_id, |
|
|
u32 |
ip6_table_id, |
|
|
u32 |
uplink_sw_if_index |
|
) |
| |
void gbp_endpoint_group_delete |
( |
epg_id_t |
epg_id | ) |
|
Initial value:= {
.path = "gbp endpoint-group",
.short_help = "gbp endpoint-group [del] epg <ID> bd <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 208 of file gbp_endpoint_group.c.
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 250 of file gbp_endpoint_group.c.