Go to the source code of this file.
|
static void | gbp_ip_epg_update (const ip46_address_t *ip, epg_id_t epg_id) |
|
static void | gbp_ip_epg_delete (const ip46_address_t *ip) |
|
void | gbp_itf_epg_update (u32 sw_if_index, epg_id_t src_epg, u8 do_policy) |
| Port to EPG mapping management. More...
|
|
void | gbp_itf_epg_delete (u32 sw_if_index) |
|
int | gbp_endpoint_update (u32 sw_if_index, const ip46_address_t *ip, epg_id_t epg_id) |
|
void | gbp_endpoint_delete (u32 sw_if_index, const ip46_address_t *ip) |
|
void | gbp_endpoint_walk (gbp_endpoint_cb_t cb, void *ctx) |
|
static clib_error_t * | gbp_endpoint_cli (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static int | gbp_endpoint_show_one (gbp_endpoint_t *gbpe, void *ctx) |
|
static clib_error_t * | gbp_endpoint_show (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | gbp_endpoint_init (vlib_main_t *vm) |
|
IP4 destintion address to destination EPG mapping table.
IP6 destintion address to destination EPG mapping table.
void gbp_endpoint_delete |
( |
u32 |
sw_if_index, |
|
|
const ip46_address_t * |
ip |
|
) |
| |
static int gbp_endpoint_show_one |
( |
gbp_endpoint_t * |
gbpe, |
|
|
void * |
ctx |
|
) |
| |
|
static |
int gbp_endpoint_update |
( |
u32 |
sw_if_index, |
|
|
const ip46_address_t * |
ip, |
|
|
epg_id_t |
epg_id |
|
) |
| |
static void gbp_ip_epg_delete |
( |
const ip46_address_t * |
ip | ) |
|
|
static |
static void gbp_ip_epg_update |
( |
const ip46_address_t * |
ip, |
|
|
epg_id_t |
epg_id |
|
) |
| |
|
static |
void gbp_itf_epg_delete |
( |
u32 |
sw_if_index | ) |
|
void gbp_itf_epg_update |
( |
u32 |
sw_if_index, |
|
|
epg_id_t |
src_epg, |
|
|
u8 |
do_policy |
|
) |
| |
Initial value:= {
.path = "gbp endpoint",
.short_help = "gbp endpoint [del] <interface> epg <ID> ip <IP>",
}
static clib_error_t * gbp_endpoint_cli(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (gbp_endpoint_cli_node)
Definition at line 286 of file gbp_endpoint.c.
Initial value:= {
.path = "show gbp endpoint",
.short_help = "show gbp endpoint\n",
}
static clib_error_t * gbp_endpoint_show(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (gbp_endpoint_show_node)
Definition at line 365 of file gbp_endpoint.c.