46 #define vl_print(handle, ...) vlib_cli_output (handle, __VA_ARGS__) 52 #define vl_api_version(n,v) static u32 api_version=(v); 64 #define REPLY_MACRO(t) \ 66 unix_shared_memory_queue_t * q = \ 67 vl_api_client_index_to_input_queue (mp->client_index); \ 71 rmp = vl_msg_api_alloc (sizeof (*rmp)); \ 72 rmp->_vl_msg_id = ntohs((t)+sm->msg_id_base); \ 73 rmp->context = mp->context; \ 74 rmp->retval = ntohl(rv); \ 76 vl_msg_api_send_shmem (q, (u8 *)&rmp); \ 83 #define foreach_vxlan_gpe_ioam_export_plugin_api_msg \ 84 _(VXLAN_GPE_IOAM_EXPORT_ENABLE_DISABLE, vxlan_gpe_ioam_export_enable_disable) 103 vxlan_gpe_decap_ioam_node =
105 if (!vxlan_gpe_decap_ioam_node)
154 REPLY_MACRO (VL_API_VXLAN_GPE_IOAM_EXPORT_ENABLE_DISABLE_REPLY);
165 vl_msg_api_set_handlers((VL_API_##N + sm->msg_id_base), \ 167 vl_api_##n##_t_handler, \ 169 vl_api_##n##_t_endian, \ 170 vl_api_##n##_t_print, \ 171 sizeof(vl_api_##n##_t), 1); 197 else if (
unformat (input,
"disable"))
203 if (collector.
as_u32 == 0)
231 .path =
"set vxlan-gpe-ioam export ipfix",
232 .short_help =
"set vxlan-gpe-ioam export ipfix collector <ip4-address> src <ip4-address>",
245 name =
format (0,
"vxlan_gpe_ioam_export_%08x%c", api_version, 0);
#define foreach_vxlan_gpe_ioam_export_plugin_api_msg
static clib_error_t * vxlan_gpe_ioam_export_init(vlib_main_t *vm)
u32 export_process_node_index
static f64 vlib_time_now(vlib_main_t *vm)
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 int ioam_export_header_create(ioam_export_main_t *em, ip4_address_t *collector_address, ip4_address_t *src_address)
ip4_address_t ipfix_collector
static uword vlib_node_add_next(vlib_main_t *vm, uword node, uword next_node)
ioam_export_main_t vxlan_gpe_ioam_export_main
vnet_main_t * vnet_get_main(void)
#define VLIB_INIT_FUNCTION(x)
vlib_node_registration_t vxlan_export_node
(constructor) VLIB_REGISTER_NODE (vxlan_export_node)
static void vlib_process_signal_event(vlib_main_t *vm, uword node_index, uword type_opaque, uword data)
static void ioam_export_header_cleanup(ioam_export_main_t *em, ip4_address_t *collector_address, ip4_address_t *src_address)
static clib_error_t * vxlan_gpe_ioam_export_plugin_api_hookup(vlib_main_t *vm)
void vlib_cli_output(vlib_main_t *vm, char *fmt,...)
static void ioam_export_thread_buffer_free(ioam_export_main_t *em)
#define vec_free(V)
Free vector's memory (no header).
ip4_address_t src_address
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)
#define VLIB_CLI_COMMAND(x,...)
void vxlan_gpe_set_next_override(uword next)
vlib_node_t * vlib_get_node_by_name(vlib_main_t *vm, u8 *name)
static int ioam_export_thread_buffer_init(ioam_export_main_t *em, vlib_main_t *vm)
u16 vl_msg_api_get_msg_ids(char *name, int n)
#define clib_error_return(e, args...)
static void vl_api_vxlan_gpe_ioam_export_enable_disable_t_handler(vl_api_vxlan_gpe_ioam_export_enable_disable_t *mp)