37 #define vl_print(handle, ...) vlib_cli_output (handle, __VA_ARGS__) 44 #define foreach_vpe_api_msg \ 45 _(SW_INTERFACE_SET_GENEVE_BYPASS, sw_interface_set_geneve_bypass) \ 46 _(GENEVE_ADD_DEL_TUNNEL, geneve_add_del_tunnel) \ 47 _(GENEVE_TUNNEL_DUMP, geneve_tunnel_dump) 53 vl_api_sw_interface_set_geneve_bypass_reply_t *rmp;
62 REPLY_MACRO (VL_API_SW_INTERFACE_SET_GENEVE_BYPASS_REPLY);
75 rv = VNET_API_ERROR_NO_SUCH_FIB;
83 .encap_fib_index = p[0],
85 .vni = ntohl (mp->
vni),
93 rv = VNET_API_ERROR_SAME_SRC_DST;
99 rv = VNET_API_ERROR_INVALID_SW_IF_INDEX;
125 rmp->_vl_msg_id = ntohs (VL_API_GENEVE_TUNNEL_DETAILS);
139 rmp->
vni = htonl (t->
vni);
162 if (~0 == sw_if_index)
167 send_geneve_tunnel_details(t, reg, mp->context);
190 #define vl_msg_name_crc_list 192 #undef vl_msg_name_crc_list 197 #define _(id,n,crc) vl_msg_api_add_msg_name_crc (am, #n "_" #crc, id); 198 foreach_vl_msg_name_crc_geneve;
208 vl_msg_api_set_handlers(VL_API_##N, #n, \ 209 vl_api_##n##_t_handler, \ 211 vl_api_##n##_t_endian, \ 212 vl_api_##n##_t_print, \ 213 sizeof(vl_api_##n##_t), 1);
int size
for sanity checking
#define REPLY_MACRO2(t, body)
clib_memset(h->entries, 0, sizeof(h->entries[0]) *entries)
static void vl_api_send_msg(vl_api_registration_t *rp, u8 *elem)
#define foreach_vpe_api_msg
int vnet_geneve_add_del_tunnel(vnet_geneve_add_del_tunnel_args_t *a, u32 *sw_if_indexp)
u32 * tunnel_index_by_sw_if_index
void * vl_msg_api_alloc(int nbytes)
#define ip46_address_cmp(ip46_1, ip46_2)
trace_cfg_t * api_trace_cfg
Current trace configuration.
geneve_tunnel_t * tunnels
static uword ip46_address_is_multicast(const ip46_address_t *a)
#define pool_foreach(VAR, POOL, BODY)
Iterate through pool.
Interface set geneve-bypass request.
uword * fib_index_by_table_id
Hash table mapping table id to fib index.
VLIB_API_INIT_FUNCTION(geneve_api_hookup)
API main structure, used by both vpp and binary API clients.
#define ip46_address_is_ip4(ip46)
An API client registration, only in vpp/vlib.
#define BAD_SW_IF_INDEX_LABEL
static uword vnet_sw_if_index_is_api_valid(u32 sw_if_index)
static clib_error_t * geneve_api_hookup(vlib_main_t *vm)
u32 ft_table_id
Table ID (hash key) for this FIB.
static void send_geneve_tunnel_details(geneve_tunnel_t *t, vl_api_registration_t *reg, u32 context)
static void vl_api_geneve_add_del_tunnel_t_handler(vl_api_geneve_add_del_tunnel_t *mp)
static vl_api_registration_t * vl_api_client_index_to_registration(u32 index)
static ip46_address_t to_ip46(u32 is_ipv6, u8 *buf)
static void vl_api_sw_interface_set_geneve_bypass_t_handler(vl_api_sw_interface_set_geneve_bypass_t *mp)
static void setup_message_id_table(api_main_t *am)
#define vec_len(v)
Number of elements in vector (rvalue-only, NULL tolerant)
ip4_main_t ip4_main
Global ip4 main structure.
geneve_main_t geneve_main
struct fib_table_t_ * fibs
Vector of FIBs.
struct fib_table_t_ * fibs
static void vl_api_geneve_tunnel_dump_t_handler(vl_api_geneve_tunnel_dump_t *mp)
#define VALIDATE_SW_IF_INDEX(mp)
void vnet_int_geneve_bypass_mode(u32 sw_if_index, u8 is_ip6, u8 is_enable)