45 #define vl_print(handle, ...) vlib_cli_output (handle, __VA_ARGS__) 51 #define vl_api_version(n,v) static u32 api_version=(v); 63 #define REPLY_MACRO(t) \ 65 unix_shared_memory_queue_t * q = \ 66 vl_api_client_index_to_input_queue (mp->client_index); \ 70 rmp = vl_msg_api_alloc (sizeof (*rmp)); \ 71 rmp->_vl_msg_id = ntohs((t)+sm->msg_id_base); \ 72 rmp->context = mp->context; \ 73 rmp->retval = ntohl(rv); \ 75 vl_msg_api_send_shmem (q, (u8 *)&rmp); \ 81 #define foreach_ioam_export_plugin_api_msg \ 82 _(IOAM_EXPORT_IP6_ENABLE_DISABLE, ioam_export_ip6_enable_disable) 135 REPLY_MACRO (VL_API_IOAM_EXPORT_IP6_ENABLE_DISABLE_REPLY);
144 vl_msg_api_set_handlers((VL_API_##N + sm->msg_id_base), \ 146 vl_api_##n##_t_handler, \ 148 vl_api_##n##_t_endian, \ 149 vl_api_##n##_t_print, \ 150 sizeof(vl_api_##n##_t), 1); 157 #define vl_msg_name_crc_list 159 #undef vl_msg_name_crc_list 164 #define _(id,n,crc) \ 165 vl_msg_api_add_msg_name_crc (am, #n "_" #crc, id + sm->msg_id_base); 166 foreach_vl_msg_name_crc_ioam_export;
188 else if (
unformat (input,
"disable"))
194 if (collector.
as_u32 == 0)
218 .path =
"set ioam export ipfix",.short_help =
219 "set ioam export ipfix collector <ip4-address> src <ip4-address>",.
236 name =
format (0,
"ioam_export_%08x%c", api_version, 0);
void ip6_hbh_set_next_override(uword next)
u32 export_process_node_index
static f64 vlib_time_now(vlib_main_t *vm)
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
int ioam_export_ip6_enable_disable(ioam_export_main_t *em, u8 is_disable, ip4_address_t *collector_address, ip4_address_t *src_address)
static uword vlib_node_add_next(vlib_main_t *vm, uword node, uword next_node)
static clib_error_t * set_ioam_export_ipfix_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
vnet_main_t * vnet_get_main(void)
#define VLIB_INIT_FUNCTION(x)
#define foreach_ioam_export_plugin_api_msg
static void vlib_process_signal_event(vlib_main_t *vm, uword node_index, uword type_opaque, uword data)
vlib_node_registration_t export_node
(constructor) VLIB_REGISTER_NODE (export_node)
static clib_error_t * ioam_export_init(vlib_main_t *vm)
static void ioam_export_header_cleanup(ioam_export_main_t *em, ip4_address_t *collector_address, ip4_address_t *src_address)
void vlib_cli_output(vlib_main_t *vm, char *fmt,...)
static void ioam_export_thread_buffer_free(ioam_export_main_t *em)
static clib_error_t * ioam_export_plugin_api_hookup(vlib_main_t *vm)
#define vec_free(V)
Free vector's memory (no header).
ip4_address_t src_address
#define VLIB_CLI_COMMAND(x,...)
vlib_node_t * vlib_get_node_by_name(vlib_main_t *vm, u8 *name)
static void vl_api_ioam_export_ip6_enable_disable_t_handler(vl_api_ioam_export_ip6_enable_disable_t *mp)
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...)
ioam_export_main_t ioam_export_main
static void setup_message_id_table(ioam_export_main_t *sm, api_main_t *am)