39 #define vl_print(handle, ...) vlib_cli_output (handle, __VA_ARGS__) 47 #define foreach_tapv2_api_msg \ 48 _(TAP_CREATE_V2, tap_create_v2) \ 49 _(TAP_DELETE_V2, tap_delete_v2) \ 50 _(SW_INTERFACE_TAP_V2_DUMP, sw_interface_tap_v2_dump) 60 memset (ap, 0,
sizeof (*ap));
106 rmp->_vl_msg_id = ntohs (VL_API_TAP_CREATE_V2_REPLY);
122 memset (mp, 0,
sizeof (*mp));
123 mp->_vl_msg_id = ntohs (VL_API_SW_INTERFACE_EVENT);
138 vl_api_tap_delete_v2_reply_t *rmp;
149 rmp->_vl_msg_id = ntohs (VL_API_TAP_DELETE_V2_REPLY);
151 rmp->retval = ntohl (rv);
166 memset (mp, 0,
sizeof (*mp));
167 mp->_vl_msg_id = htons (VL_API_SW_INTERFACE_TAP_V2_DETAILS);
168 mp->
id = htonl (tap_if->
id);
172 strlen ((
const char *) tap_if->
dev_name)));
222 #define vl_msg_name_crc_list 224 #undef vl_msg_name_crc_list 229 #define _(id,n,crc) vl_msg_api_add_msg_name_crc (am, #n "_" #crc, id); 230 foreach_vl_msg_name_crc_tapv2;
240 vl_msg_api_set_handlers(VL_API_##N, #n, \ 241 vl_api_##n##_t_handler, \ 243 vl_api_##n##_t_endian, \ 244 vl_api_##n##_t_print, \ 245 sizeof(vl_api_##n##_t), 1);
static void vl_api_sw_interface_tap_v2_dump_t_handler(vl_api_sw_interface_tap_v2_dump_t *mp)
ip4_address_t host_ip4_addr
static void tap_setup_message_id_table(api_main_t *am)
Reply for tap dump request.
static clib_error_t * tapv2_api_hookup(vlib_main_t *vm)
int tap_dump_ifs(tap_interface_details_t **out_tapids)
Dump tap interfaces request.
int tap_delete_if(vlib_main_t *vm, u32 sw_if_index)
void * vl_msg_api_alloc(int nbytes)
ip6_address_t host_ip6_addr
API main structure, used by both vpp and binary API clients.
#define vec_free(V)
Free vector's memory (no header).
static void vl_api_tap_delete_v2_t_handler(vl_api_tap_delete_v2_t *mp)
#define clib_memcpy(a, b, c)
unix_shared_memory_queue_t * vl_api_client_index_to_input_queue(u32 index)
VLIB_API_INIT_FUNCTION(tapv2_api_hookup)
Initialize a new tap interface with the given paramters.
static void tap_send_sw_interface_details(vpe_api_main_t *am, unix_shared_memory_queue_t *q, tap_interface_details_t *tap_if, u32 context)
void vl_msg_api_send_shmem(unix_shared_memory_queue_t *q, u8 *elem)
static vlib_main_t * vlib_get_main(void)
Interface Event generated by want_interface_events.
void tap_create_if(vlib_main_t *vm, tap_create_if_args_t *args)
#define foreach_tapv2_api_msg
static void tap_send_sw_interface_event_deleted(vpe_api_main_t *am, unix_shared_memory_queue_t *q, u32 sw_if_index)
TAP interface details struct.
#define vec_foreach(var, vec)
Vector iterator.
vpe_api_main_t vpe_api_main
Reply for tap create reply.
struct _unix_shared_memory_queue unix_shared_memory_queue_t
static void vl_api_tap_create_v2_t_handler(vl_api_tap_create_v2_t *mp)