45 #define vl_print(handle, ...) vlib_cli_output (handle, __VA_ARGS__) 51 #define vl_api_version(n,v) static u32 api_version=(v); 55 #define REPLY_MSG_ID_BASE sm->msg_id_base 59 #define foreach_vxlan_gpe_ioam_export_plugin_api_msg \ 60 _(VXLAN_GPE_IOAM_EXPORT_ENABLE_DISABLE, vxlan_gpe_ioam_export_enable_disable) 74 u32 node_index = vxlan_export_node.index;
82 vxlan_gpe_decap_ioam_node =
84 if (!vxlan_gpe_decap_ioam_node)
123 vl_api_vxlan_gpe_ioam_export_enable_disable_reply_t *rmp;
133 REPLY_MACRO (VL_API_VXLAN_GPE_IOAM_EXPORT_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_vxlan_gpe_ioam_export;
189 else if (
unformat (input,
"disable"))
195 if (collector.
as_u32 == 0)
223 .path =
"set vxlan-gpe-ioam export ipfix",
224 .short_help =
"set vxlan-gpe-ioam export ipfix collector <ip4-address> src <ip4-address>",
239 name =
format (0,
"vxlan_gpe_ioam_export_%08x%c", api_version, 0);
u16 vl_msg_api_get_msg_ids(const char *name, int n)
#define foreach_vxlan_gpe_ioam_export_plugin_api_msg
static clib_error_t * vxlan_gpe_ioam_export_init(vlib_main_t *vm)
vlib_node_registration_t vxlan_export_node
(constructor) VLIB_REGISTER_NODE (vxlan_export_node)
vnet_main_t * vnet_get_main(void)
static void ioam_export_reset_next_node(ioam_export_main_t *em)
u32 export_process_node_index
static f64 vlib_time_now(vlib_main_t *vm)
struct _vlib_node_registration vlib_node_registration_t
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)
#define IPFIX_VXLAN_IOAM_EXPORT_ID
#define VLIB_INIT_FUNCTION(x)
#define clib_error_return(e, args...)
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)
static void ioam_export_thread_buffer_free(ioam_export_main_t *em)
API main structure, used by both vpp and binary API clients.
#define vec_free(V)
Free vector's memory (no header).
static void setup_message_id_table(ioam_export_main_t *sm, api_main_t *am)
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)
vlib_node_t * vlib_get_node_by_name(vlib_main_t *vm, u8 *name)
#define VLIB_CLI_COMMAND(x,...)
void vxlan_gpe_set_next_override(uword next)
ioam_export_main_t vxlan_gpe_ioam_export_main
static int ioam_export_thread_buffer_init(ioam_export_main_t *em, vlib_main_t *vm)
void vlib_cli_output(vlib_main_t *vm, char *fmt,...)
static void vl_api_vxlan_gpe_ioam_export_enable_disable_t_handler(vl_api_vxlan_gpe_ioam_export_enable_disable_t *mp)