27 #include <vnet/ipip/ipip.api_enum.h> 28 #include <vnet/ipip/ipip.api_types.h> 30 #define REPLY_MSG_ID_BASE im->msg_id_base 47 if (itype[0] != itype[1])
49 rv = VNET_API_ERROR_INVALID_PROTOCOL;
55 rv = VNET_API_ERROR_SAME_SRC_DST;
65 ntohl (mp->
tunnel.table_id));
69 rv = VNET_API_ERROR_NO_SUCH_FIB;
76 ntohl (mp->
tunnel.instance), &src, &dst,
94 vl_api_ipip_del_tunnel_reply_t *rmp;
136 if (sw_if_index == ~0)
141 send_ipip_tunnel_details(t, mp);
158 u32 sixrd_tunnel_index, ip4_fib_index, ip6_fib_index;
164 if (~0 == ip4_fib_index || ~0 == ip6_fib_index)
167 rv = VNET_API_ERROR_NO_SUCH_FIB;
177 ip4_fib_index, ip6_fib_index,
178 &sixrd_tunnel_index);
193 vl_api_ipip_6rd_del_tunnel_reply_t *rmp;
209 #include <vnet/ipip/ipip.api.c> 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
int ipip_tunnel_flags_decode(vl_api_ipip_tunnel_flags_t f, ipip_tunnel_flags_t *o)
A representation of a IPIP tunnel.
ip46_address_t tunnel_src
static void send_ipip_tunnel_details(ipip_tunnel_t *t, vl_api_ipip_tunnel_dump_t *mp)
int ipip_add_tunnel(ipip_transport_t transport, u32 instance, ip46_address_t *src, ip46_address_t *dst, u32 fib_index, ipip_tunnel_flags_t flags, ip_dscp_t dscp, u32 *sw_if_indexp)
vl_api_ipip_tunnel_t tunnel
vl_api_ip4_address_t ip4_src
#define REPLY_MACRO2(t, body)
static void vl_api_ipip_6rd_add_tunnel_t_handler(vl_api_ipip_6rd_add_tunnel_t *mp)
ipip_tunnel_flags_t flags
static void vl_api_ipip_6rd_del_tunnel_t_handler(vl_api_ipip_6rd_del_tunnel_t *mp)
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)
ip_dscp_t ip_dscp_decode(u8 in)
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
static u8 ip46_address_is_equal(const ip46_address_t *ip46_1, const ip46_address_t *ip46_2)
#define REPLY_MACRO_DETAILS2(t, body)
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)
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)
enum ipip_tunnel_flags_t_ ipip_tunnel_flags_t
vl_api_ipip_tunnel_flags_t ipip_tunnel_flags_encode(ipip_tunnel_flags_t f)
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
u8 ip_dscp_encode(ip_dscp_t dscp)
static void setup_message_id_table(snat_main_t *sm, api_main_t *am)
ip46_address_t tunnel_dst
Delete an IPv4 over IPv6 automatic tunnel (6RD)
A protocol Independent FIB table.