36 #define vl_print(handle, ...) vlib_cli_output(handle, __VA_ARGS__) 43 #define foreach_vpe_api_msg \ 44 _(IPIP_ADD_TUNNEL, ipip_add_tunnel) \ 45 _(IPIP_DEL_TUNNEL, ipip_del_tunnel) \ 46 _(IPIP_6RD_ADD_TUNNEL, ipip_6rd_add_tunnel) \ 47 _(IPIP_6RD_DEL_TUNNEL, ipip_6rd_del_tunnel) \ 48 _(IPIP_TUNNEL_DUMP, ipip_tunnel_dump) 62 if (itype[0] != itype[1])
64 rv = VNET_API_ERROR_INVALID_PROTOCOL;
70 rv = VNET_API_ERROR_SAME_SRC_DST;
75 ntohl (mp->
tunnel.table_id));
79 rv = VNET_API_ERROR_NO_SUCH_FIB;
86 ntohl (mp->
tunnel.instance), &src, &dst,
87 fib_index, mp->
tunnel.tc_tos, &sw_if_index);
102 vl_api_ipip_del_tunnel_reply_t *rmp;
119 rmp->_vl_msg_id = htons (VL_API_IPIP_TUNNEL_DETAILS);
149 if (sw_if_index == ~0)
154 send_ipip_tunnel_details(t, reg, mp->context);
170 u32 sixrd_tunnel_index, ip4_fib_index, ip6_fib_index;
173 sixrd_tunnel_index = ~0;
177 if (~0 == ip4_fib_index || ~0 == ip6_fib_index)
180 rv = VNET_API_ERROR_NO_SUCH_FIB;
190 ip4_fib_index, ip6_fib_index,
191 &sixrd_tunnel_index);
205 vl_api_ipip_6rd_del_tunnel_reply_t *rmp;
219 #define vl_msg_name_crc_list 221 #undef vl_msg_name_crc_list 226 #define _(id, n, crc) vl_msg_api_add_msg_name_crc(am, #n "_" #crc, id); 227 foreach_vl_msg_name_crc_ipip;
237 vl_msg_api_set_handlers(VL_API_##N, #n, vl_api_##n##_t_handler, \ 238 vl_noop_handler, vl_api_##n##_t_endian, \ 239 vl_api_##n##_t_print, sizeof(vl_api_##n##_t), 1); vl_api_interface_index_t sw_if_index
int sixrd_add_tunnel(ip6_address_t *ip6_prefix, u8 ip6_prefix_len, ip4_address_t *ip4_prefix, u8 ip4_prefix_len, ip4_address_t *ip4_src, bool security_check, u32 ip4_fib_index, u32 ip6_fib_index, u32 *sw_if_index)
Create an IPv4 over IPv6 automatic tunnel (6RD)
vl_api_interface_index_t sw_if_index
A representation of a IPIP tunnel.
int ipip_add_tunnel(ipip_transport_t transport, u32 instance, ip46_address_t *src, ip46_address_t *dst, u32 fib_index, u8 tc_tos, u32 *sw_if_indexp)
ip46_address_t tunnel_src
vl_api_ipip_tunnel_t tunnel
vl_api_ip4_address_t ip4_src
#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)
static void vl_api_ipip_6rd_add_tunnel_t_handler(vl_api_ipip_6rd_add_tunnel_t *mp)
static void vl_api_ipip_6rd_del_tunnel_t_handler(vl_api_ipip_6rd_del_tunnel_t *mp)
void * vl_msg_api_alloc(int nbytes)
vl_api_interface_index_t sw_if_index
Delete an IP{v4,v6} over IP{v4,v6} tunnel.
static clib_error_t * ipip_api_hookup(vlib_main_t *vm)
#define pool_foreach(VAR, POOL, BODY)
Iterate through pool.
vl_api_interface_index_t sw_if_index
Create an IP{v4,v6} over IP{v4,v6} tunnel.
u32 fib_table_find(fib_protocol_t proto, u32 table_id)
Get the index of the FIB for a Table-ID.
ip46_type_t ip_address_decode(const vl_api_address_t *in, ip46_address_t *out)
static void send_ipip_tunnel_details(ipip_tunnel_t *t, vl_api_registration_t *reg, u32 context)
fib_protocol_t fib_proto_from_ip46(ip46_type_t iproto)
Convert from ip46_type to fib_protocol.
static void vl_api_ipip_tunnel_dump_t_handler(vl_api_ipip_tunnel_dump_t *mp)
ipip_tunnel_t * ipip_tunnel_db_find_by_sw_if_index(u32 sw_if_index)
int sixrd_del_tunnel(u32 sw_if_index)
vl_api_ip4_prefix_t ip4_prefix
API main structure, used by both vpp and binary API clients.
An API client registration, only in vpp/vlib.
#define foreach_vpe_api_msg
u32 ft_table_id
Table ID (hash key) for this FIB.
static void vl_api_ipip_del_tunnel_t_handler(vl_api_ipip_del_tunnel_t *mp)
static vl_api_registration_t * vl_api_client_index_to_registration(u32 index)
ipip_transport_t transport
vl_api_ipip_tunnel_t tunnel
vl_api_interface_index_t sw_if_index
static void vl_api_ipip_add_tunnel_t_handler(vl_api_ipip_add_tunnel_t *mp)
#define ip46_address_is_equal(a1, a2)
static void setup_message_id_table(api_main_t *am)
fib_table_t * fib_table_get(fib_node_index_t index, fib_protocol_t proto)
Get a pointer to a FIB table.
int ipip_del_tunnel(u32 sw_if_index)
void ip_address_encode(const ip46_address_t *in, ip46_type_t type, vl_api_address_t *out)
VLIB_API_INIT_FUNCTION(ipip_api_hookup)
vl_api_interface_index_t sw_if_index
vl_api_ip6_prefix_t ip6_prefix
ip46_address_t tunnel_dst
Delete an IPv4 over IPv6 automatic tunnel (6RD)
A protocol Independent FIB table.