FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
Go to the source code of this file.
Macros | |
#define | REPLY_MSG_ID_BASE sm->msg_id_base |
Functions | |
void | vxlan_gpe_set_next_override (uword next) |
int | vxlan_gpe_ioam_export_enable_disable (ioam_export_main_t *em, u8 is_disable, ip4_address_t *collector_address, ip4_address_t *src_address) |
static void | vl_api_vxlan_gpe_ioam_export_enable_disable_t_handler (vl_api_vxlan_gpe_ioam_export_enable_disable_t *mp) |
static clib_error_t * | set_vxlan_gpe_ioam_export_ipfix_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
static clib_error_t * | vxlan_gpe_ioam_export_init (vlib_main_t *vm) |
Variables | |
ioam_export_main_t | vxlan_gpe_ioam_export_main |
vlib_node_registration_t | vxlan_export_node |
(constructor) VLIB_REGISTER_NODE (vxlan_export_node) More... | |
static vlib_cli_command_t | set_vxlan_gpe_ioam_ipfix_command |
(constructor) VLIB_CLI_COMMAND (set_vxlan_gpe_ioam_ipfix_command) More... | |
#define REPLY_MSG_ID_BASE sm->msg_id_base |
Definition at line 35 of file vxlan_gpe_ioam_export.c.
|
static |
|
static |
int vxlan_gpe_ioam_export_enable_disable | ( | ioam_export_main_t * | em, |
u8 | is_disable, | ||
ip4_address_t * | collector_address, | ||
ip4_address_t * | src_address | ||
) |
Definition at line 44 of file vxlan_gpe_ioam_export.c.
|
static |
void vxlan_gpe_set_next_override | ( | uword | next | ) |
|
static |
(constructor) VLIB_CLI_COMMAND (set_vxlan_gpe_ioam_ipfix_command)
Definition at line 162 of file vxlan_gpe_ioam_export.c.
vlib_node_registration_t vxlan_export_node |
(constructor) VLIB_REGISTER_NODE (vxlan_export_node)
Definition at line 148 of file vxlan_gpe_node.c.
ioam_export_main_t vxlan_gpe_ioam_export_main |
Definition at line 38 of file vxlan_gpe_ioam_export.c.