|
FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Go to the documentation of this file.
52 #include <vnet/ip/ip.api_enum.h>
53 #include <vnet/ip/ip.api_types.h>
55 #define REPLY_MSG_ID_BASE ip4_main.msg_id_base
62 vl_api_sw_interface_ip6_enable_disable_reply_t *rmp;
73 REPLY_MACRO (VL_API_SW_INTERFACE_IP6_ENABLE_DISABLE_REPLY);
147 vl_api_fib_path_t *fp;
166 mp->
route.n_paths = path_count;
167 mp->
route.stats_index =
171 fp = mp->
route.paths;
189 vl_api_fib_path_t *fp;
207 mp->
route.n_paths = path_count;
212 fp = mp->
route.paths;
309 memset (mp, 0,
sizeof (*mp));
364 vl_api_mfib_path_t *fp;
383 mp->
route.n_paths = path_count;
384 fp = mp->
route.paths;
434 vl_api_ip_punt_police_reply_t *rmp;
470 vl_api_ip_punt_redirect_reply_t *rmp;
481 goto bad_sw_if_index;
486 rpath.frp_sw_if_index = ntohl (mp->
punt.tx_sw_if_index);
487 rx_sw_if_index = ntohl (mp->
punt.rx_sw_if_index);
502 vl_api_add_del_ip_punt_redirect_v2_reply_t *rmp;
504 vl_api_fib_path_t *apath;
509 rx_sw_if_index = ntohl (mp->
punt.rx_sw_if_index);
519 for (ii = 0; ii <
n_paths; ii++)
521 apath = &mp->
punt.paths[ii];
535 REPLY_MACRO (VL_API_ADD_DEL_IP_PUNT_REDIRECT_V2_REPLY);
541 _vnet_ip_table_function_list_elt_t **
544 _vnet_ip_table_function_list_elt_t *
elt;
558 elt =
elt->next_ip_table_function;
567 u32 fib_index, mfib_index;
587 if ((~0 != fib_index) || (~0 != mfib_index))
596 if (~0 != mfib_index)
613 for (j = 0; j < 1 << 10; j++)
616 for (
i = 0;
i < 1 << 10;
i++)
619 seed += (2 * (
i % 2) - 1) *
i;
633 vl_api_ip_table_add_del_reply_t *rmp;
664 rv = VNET_API_ERROR_EAGAIN;
679 vl_api_fib_path_t *apath;
688 ntohl (mp->
route.table_id), &fib_index);
692 if (0 != mp->
route.n_paths)
695 for (ii = 0; ii < mp->
route.n_paths; ii++)
697 apath = &mp->
route.paths[ii];
703 (~0 == rpath->frp_sw_if_index))
728 vl_api_fib_path_t *apath;
742 if (0 != mp->
route.n_paths)
745 for (ii = 0; ii < mp->
route.n_paths; ii++)
747 apath = &mp->
route.paths[ii];
753 (~0 == rpath->frp_sw_if_index))
815 vl_api_fib_path_t *fp;
831 rv = VNET_API_ERROR_NO_SUCH_ENTRY;
842 npaths *
sizeof (*fp),
848 rmp->
route.n_paths = npaths;
850 rmp->
route.stats_index = htonl (rmp->
route.stats_index);
852 fp = rmp->
route.paths;
871 vl_api_fib_path_t *fp;
888 rv = VNET_API_ERROR_NO_SUCH_ENTRY;
900 npaths *
sizeof (*fp),
906 rmp->
route.n_paths = npaths;
909 rmp->
route.stats_index = htonl (rmp->
route.stats_index);
911 fp = rmp->
route.paths;
927 u32 fib_index, mfib_index;
954 if (~0 == mfib_index)
962 if ((~0 == fib_index) || (~0 == mfib_index))
976 u32 mfib_entry_index = ~0;
999 return (mfib_entry_index);
1017 ntohl (mp->
route.table_id), &fib_index);
1023 for (ii = 0; ii < mp->
route.n_paths; ii++)
1025 rpath = &rpaths[ii];
1038 ntohl (mp->
route.rpf_id),
1041 if (~0 != mfib_entry_index)
1113 int rv __attribute__ ((unused)) = 0;
1183 int rv __attribute__ ((unused)) = 0;
1245 _vec_len (sorted_sis) = 0;
1272 vl_api_set_ip_flow_hash_reply_t *rmp;
1279 #define _(a,b) if (mp->a) flow_hash_config |= b;
1292 vl_api_set_ip_flow_hash_v2_reply_t *rmp;
1309 vl_api_set_ip_flow_hash_router_id_reply_t *rmp;
1314 REPLY_MACRO (VL_API_SET_IP_FLOW_HASH_ROUTER_ID_REPLY);
1372 vl_api_ip_container_proxy_add_del_reply_t *rmp;
1381 args.sw_if_index = clib_net_to_host_u32 (mp->
sw_if_index);
1382 args.is_add = mp->
is_add;
1389 REPLY_MACRO (VL_API_IP_CONTAINER_PROXY_ADD_DEL_REPLY);
1444 vl_api_ioam_enable_reply_t *rmp;
1464 vl_api_ioam_disable_reply_t *rmp;
1481 vl_api_ip_source_and_port_range_check_add_del_reply_t *rmp;
1487 u16 *high_ports = 0;
1489 u16 tmp_low, tmp_high;
1497 if (num_ranges > 32)
1499 rv = VNET_API_ERROR_EXCEEDED_NUMBER_OF_RANGES_CAPACITY;
1506 for (
i = 0;
i < num_ranges;
i++)
1512 if (tmp_low > tmp_high || tmp_low == 0 || tmp_high > 65535)
1514 rv = VNET_API_ERROR_INVALID_VALUE;
1518 vec_add1 (high_ports, tmp_high + 1);
1525 rv = VNET_API_ERROR_INVALID_VALUE;
1536 high_ports, is_add);
1544 high_ports, is_add);
1550 REPLY_MACRO (VL_API_IP_SOURCE_AND_PORT_RANGE_CHECK_ADD_DEL_REPLY);
1558 vl_api_ip_source_and_port_range_check_interface_add_del_reply_t *rmp;
1585 rv = VNET_API_ERROR_INVALID_VALUE;
1589 fib_index[
i] = p[0];
1605 REPLY_MACRO (VL_API_IP_SOURCE_AND_PORT_RANGE_CHECK_INTERFACE_ADD_DEL_REPLY);
1612 vl_api_sw_interface_ip6_set_link_local_address_reply_t *rmp;
1623 REPLY_MACRO (VL_API_SW_INTERFACE_IP6_SET_LINK_LOCAL_ADDRESS_REPLY);
1631 const ip6_address_t *
ip = NULL;
1638 rv = VNET_API_ERROR_IP6_NOT_ENABLED;
1642 REPLY_MACRO2 (VL_API_SW_INTERFACE_IP6_GET_LINK_LOCAL_ADDRESS_REPLY,
1653 vl_api_ip_table_replace_begin_reply_t *rmp;
1662 rv = VNET_API_ERROR_NO_SUCH_FIB;
1669 REPLY_MACRO (VL_API_IP_TABLE_REPLACE_BEGIN_REPLY);
1675 vl_api_ip_table_replace_end_reply_t *rmp;
1684 rv = VNET_API_ERROR_NO_SUCH_FIB;
1689 (fproto, ntohl (mp->
table.table_id)), fproto,
1698 vl_api_ip_table_flush_reply_t *rmp;
1707 rv = VNET_API_ERROR_NO_SUCH_FIB;
1739 vl_api_ip_reassembly_set_reply_t *rmp;
1741 switch ((vl_api_ip_reass_type_t) clib_net_to_host_u32 (mp->
type))
1747 clib_net_to_host_u32
1749 clib_net_to_host_u32
1751 clib_net_to_host_u32
1757 clib_net_to_host_u32
1759 clib_net_to_host_u32
1761 clib_net_to_host_u32
1771 clib_net_to_host_u32
1773 clib_net_to_host_u32
1780 clib_net_to_host_u32
1782 clib_net_to_host_u32
1806 u32 max_reassemblies;
1807 u32 max_reassembly_length;
1808 u32 expire_walk_interval_ms;
1809 switch ((vl_api_ip_reass_type_t) clib_net_to_host_u32 (mp->
type))
1816 &max_reassembly_length,
1817 &expire_walk_interval_ms);
1823 &max_reassembly_length,
1824 &expire_walk_interval_ms);
1832 &max_reassembly_length, &expire_walk_interval_ms);
1838 &max_reassembly_length, &expire_walk_interval_ms);
1842 rmp->
timeout_ms = clib_host_to_net_u32 (timeout_ms);
1846 clib_host_to_net_u32 (expire_walk_interval_ms);
1854 vl_api_ip_reassembly_enable_disable_reply_t *rmp;
1856 switch ((vl_api_ip_reass_type_t) clib_net_to_host_u32 (mp->
type))
1880 REPLY_MACRO (VL_API_IP_REASSEMBLY_ENABLE_DISABLE_REPLY);
1903 mp->
punt.rx_sw_if_index = htonl (rx_sw_if_index);
1926 vl_api_fib_path_t *fp;
1940 mp->
punt.rx_sw_if_index = htonl (rx_sw_if_index);
1942 fp = mp->
punt.paths;
1963 if ((
u32) ~0 != rx_sw_if_index)
2029 vl_api_ip_path_mtu_update_reply_t *rmp;
2045 vl_api_ip_path_mtu_replace_begin_reply_t *rmp;
2050 REPLY_MACRO (VL_API_IP_PATH_MTU_REPLACE_BEGIN_REPLY);
2056 vl_api_ip_path_mtu_replace_end_reply_t *rmp;
2061 REPLY_MACRO (VL_API_IP_PATH_MTU_REPLACE_END_REPLY);
2076 rmp->
pmtu.table_id =
2093 #include <vnet/ip/ip.api.c>
2103 am->is_mp_safe[VL_API_IP_ROUTE_ADD_DEL] = 1;
2104 am->is_mp_safe[VL_API_IP_ROUTE_ADD_DEL_REPLY] = 1;
2105 am->is_mp_safe[VL_API_IP_ROUTE_ADD_DEL_V2] = 1;
2106 am->is_mp_safe[VL_API_IP_ROUTE_ADD_DEL_V2_REPLY] = 1;
#define vec_reset_length(v)
Reset vector length to zero NULL-pointer tolerant.
struct apt_ip6_fib_show_ctx_t_ api_ip6_fib_show_ctx_t
vl_api_interface_index_t sw_if_index
void vl_api_ip_table_allocate_t_handler(vl_api_ip_table_allocate_t *mp)
vnet_interface_main_t * im
#define VALIDATE_SW_IF_INDEX(mp)
void vl_api_ip_reassembly_set_t_handler(vl_api_ip_reassembly_set_t *mp)
vl_api_address_family_t af
static vl_api_registration_t * vl_api_client_index_to_registration(u32 index)
clib_error_t * vnet_sw_interface_set_flags(vnet_main_t *vnm, u32 sw_if_index, vnet_sw_interface_flags_t flags)
int mfib_signal_send_one(struct vl_api_registration_ *reg, u32 context)
vl_api_interface_index_t sw_if_index
static void * ip_interface_address_get_address(ip_lookup_main_t *lm, ip_interface_address_t *a)
vl_api_ip_path_mtu_t pmtu
@ IP_SOURCE_AND_PORT_RANGE_CHECK_PROTOCOL_UDP_IN
bool is_add[default=true]
static void vl_api_ip_mtable_dump_t_handler(vl_api_ip_mtable_dump_t *mp)
vnet_api_error_t ip6_sv_reass_set(u32 timeout_ms, u32 max_reassemblies, u32 max_reassembly_length, u32 expire_walk_interval_ms)
set ip6 reassembly configuration
Dump IP unnumbered configurations.
static void send_ip_table_details(vpe_api_main_t *am, vl_api_registration_t *reg, u32 context, const fib_table_t *table)
#define foreach_ip_interface_address(lm, a, sw_if_index, loop, body)
vl_api_registration_t * reg
static fib_protocol_t fib_ip_proto(bool is_ip6)
Convert from boolean is_ip6 to FIB protocol.
void ip6_punt_redirect_del(u32 rx_sw_if_index)
static void vl_api_ip_table_replace_end_t_handler(vl_api_ip_table_replace_end_t *mp)
int ip_path_mtu_replace_end(void)
const fib_prefix_t * fib_entry_get_prefix(fib_node_index_t fib_entry_index)
int ip6_source_and_port_range_check_add_del(ip6_address_t *address, u32 length, u32 vrf_id, u16 *low_ports, u16 *high_ports, int is_add)
#define REPLY_MACRO2(t, body)
ip_lookup_main_t lookup_main
_vnet_ip_table_function_list_elt_t * ip_table_add_del_functions[VNET_ITF_FUNC_N_PRIO]
mfib_entry_flags_t mfib_api_path_entry_flags_decode(vl_api_mfib_entry_flags_t in)
void fib_table_sweep(u32 fib_index, fib_protocol_t proto, fib_source_t source)
Signal that the table has converged, i.e.
#define vec_new(T, N)
Create new vector of given type and length (unspecified alignment, no header).
u32 fib_table_get_table_id(u32 fib_index, fib_protocol_t proto)
Get the Table-ID of the FIB from protocol and index.
Path encode context to use when walking a path-list to encode paths.
void fib_table_mark(u32 fib_index, fib_protocol_t proto, fib_source_t source)
Resync all entries from a table for the source this is the mark part of the mark and sweep algorithm.
u8 frp_weight
[un]equal cost path weight
ip4_main_t ip4_main
Global ip4 main structure.
static void vl_api_send_msg(vl_api_registration_t *rp, u8 *elem)
void ip_mprefix_decode(const vl_api_mprefix_t *in, mfib_prefix_t *out)
bool is_add[default=true]
vl_api_interface_index_t sw_if_index
#define clib_error_get_code(err)
void vl_api_ip_path_mtu_replace_begin_t_handler(vl_api_ip_path_mtu_replace_begin_t *mp)
u32 fib_table_find_or_create_and_lock_w_name(fib_protocol_t proto, u32 table_id, fib_source_t src, const u8 *name)
Get the index of the FIB for a Table-ID.
vl_api_mfib_entry_flags_t entry_flags
@ IP_SOURCE_AND_PORT_RANGE_CHECK_PROTOCOL_TCP_OUT
void ip_container_proxy_walk(ip_container_proxy_cb_t cb, void *ctx)
static void send_ip_mroute_details(vpe_api_main_t *am, vl_api_registration_t *reg, u32 context, fib_node_index_t mfib_entry_index)
fib_node_index_t * entries
static void vl_api_set_ip_flow_hash_v2_t_handler(vl_api_set_ip_flow_hash_v2_t *mp)
int ip_path_mtu_replace_begin(void)
vl_api_ip_path_mtu_t pmtu
static hash_pair_t * lookup(void *v, uword key, enum lookup_opcode op, void *new_value, void *old_value)
Aggregate type for a prefix.
vl_api_interface_index_t sw_if_index
static void vl_api_ip_table_replace_begin_t_handler(vl_api_ip_table_replace_begin_t *mp)
void vl_api_ip_reassembly_enable_disable_t_handler(vl_api_ip_reassembly_enable_disable_t *mp)
static void send_ip_path_mtu_details(index_t ipti, vl_api_registration_t *rp, u32 context)
void vl_api_ip_reassembly_get_t_handler(vl_api_ip_reassembly_get_t *mp)
static void send_ip_unnumbered_details(vpe_api_main_t *am, vl_api_registration_t *reg, u32 sw_if_index, u32 ip_sw_if_index, u32 context)
vnet_api_error_t ip4_sv_reass_get(u32 *timeout_ms, u32 *max_reassemblies, u32 *max_reassembly_length, u32 *expire_walk_interval_ms)
get ip4 reassembly configuration
Dump IP multicast fib table.
void ip_mprefix_encode(const mfib_prefix_t *in, vl_api_mprefix_t *out)
vnet_api_error_t ip6_sv_reass_enable_disable(u32 sw_if_index, u8 enable_disable)
int mfib_api_path_decode(vl_api_mfib_path_t *in, fib_route_path_t *out)
#define FIB_NODE_INDEX_INVALID
ip46_address_t frp_addr
The next-hop address.
void ip_pmtu_get_ip(const ip_pmtu_t *ipt, ip_address_t *ip)
vl_api_interface_index_t sw_if_index
@ VNET_IP_TABLE_FUNC_PRIORITY_HIGH
u16 fp_len
The mask length.
void ip6_address_decode(const vl_api_ip6_address_t in, ip6_address_t *out)
static_always_inline ip_pmtu_t * ip_path_mtu_get(index_t index)
@ VNET_SW_INTERFACE_FLAG_ADMIN_UP
static void vl_api_ip_route_dump_t_handler(vl_api_ip_route_dump_t *mp)
vlib_main_t * vm
X-connect all packets from the HOST to the PHY.
vl_api_interface_index_t sw_if_index[default=0xffffffff]
Dump IP routes from a table.
IP FIB table entry response.
u32 frp_sw_if_index
The interface.
vl_api_interface_index_t sw_if_index
vnet_api_error_t ip6_sv_reass_get(u32 *timeout_ms, u32 *max_reassemblies, u32 *max_reassembly_length, u32 *expire_walk_interval_ms)
get ip6 reassembly configuration
static vnet_sw_interface_t * vnet_get_sw_interface(vnet_main_t *vnm, u32 sw_if_index)
Remote Path MTU tracking object.
Set the ip flow hash config for a fib request.
struct ip_walk_ctx_t_ ip_walk_ctx_t
fib_node_index_t mfib_table_entry_paths_update(u32 fib_index, const mfib_prefix_t *prefix, mfib_source_t source, const fib_route_path_t *rpaths)
enum mfib_entry_flags_t_ mfib_entry_flags_t
Dump IP multicast fib table.
fib_node_index_t fib_table_lookup(u32 fib_index, const fib_prefix_t *prefix)
Perfom a longest prefix match in the non-forwarding table.
void fib_table_walk(u32 fib_index, fib_protocol_t proto, fib_table_walk_fn_t fn, void *ctx)
Walk all entries in a FIB table N.B: This is NOT safe to deletes.
IPv6 set link local address on interface request.
u32 max_reassembly_length
#define clib_error_report(e)
struct vl_api_ip_fib_dump_walk_ctx_t_ vl_api_ip_fib_dump_walk_ctx_t
u32 mfi_sw_if_index
The SW IF index that this MFIB interface represents.
static void vl_api_ip_route_v2_dump_t_handler(vl_api_ip_route_v2_dump_t *mp)
vnet_api_error_t ip4_full_reass_get(u32 *timeout_ms, u32 *max_reassemblies, u32 *max_reassembly_length, u32 *expire_walk_interval_ms)
get ip4 reassembly configuration
void mfib_table_walk(u32 fib_index, fib_protocol_t proto, mfib_table_walk_fn_t fn, void *ctx)
Walk all entries in a FIB table N.B: This is NOT safe to deletes.
fib_node_index_t * entries
static_always_inline void * clib_memcpy_fast(void *restrict dst, const void *restrict src, size_t n)
void fib_api_path_encode(const fib_route_path_t *rpath, vl_api_fib_path_t *out)
Encode and decode functions from the API types to internal types.
A protocol Independent IP multicast FIB table.
vl_api_interface_index_t sw_if_index
vl_api_interface_index_t sw_if_index
void ip_prefix_encode(const fib_prefix_t *in, vl_api_prefix_t *out)
vnet_api_error_t ip4_sv_reass_set(u32 timeout_ms, u32 max_reassemblies, u32 max_reassembly_length, u32 expire_walk_interval_ms)
set ip4 reassembly configuration
A pair of indicies, for the entry and interface resp.
vnet_sw_interface_flags_t flags
fib_route_path_t * rpaths
static u32 random_u32(u32 *seed)
32-bit random number generator
fib_route_path_t * mfib_entry_encode(fib_node_index_t mfib_entry_index)
void ip_address_encode2(const ip_address_t *in, vl_api_address_t *out)
void mfib_table_entry_paths_remove(u32 fib_index, const mfib_prefix_t *prefix, mfib_source_t source, const fib_route_path_t *rpaths)
IP FIB table lookup response.
ip46_type_t ip_address_decode(const vl_api_address_t *in, ip46_address_t *out)
Decode/Encode for struct/union types.
static void vl_api_mfib_signal_dump_t_handler(vl_api_mfib_signal_dump_t *mp)
Set the ip flow hash router ID.
static void vl_api_sw_interface_ip6_enable_disable_t_handler(vl_api_sw_interface_ip6_enable_disable_t *mp)
vl_api_ip_reass_type_t type
vl_api_interface_index_t sw_if_index
A protocol Independent FIB table.
Enable/disable reassembly feature.
vnet_api_error_t ip6_full_reass_enable_disable(u32 sw_if_index, u8 enable_disable)
static int ip_route_add_del_v2_t_handler(vl_api_ip_route_add_del_v2_t *mp, u32 *stats_index)
#define pool_foreach(VAR, POOL)
Iterate through pool.
void ip_table_delete(fib_protocol_t fproto, u32 table_id, u8 is_api)
Configure IP source and L4 port-range check.
VLIB_API_INIT_FUNCTION(ip_api_hookup)
enum fib_entry_flag_t_ fib_entry_flag_t
#define vec_len(v)
Number of elements in vector (rvalue-only, NULL tolerant)
IPv6 shallow virtual reassembly.
IPv4 shallow virtual reassembly.
int ip_address_family_decode(vl_api_address_family_t af, ip_address_family_t *out)
Conversion functions to/from (decode/encode) API types to VPP internal types.
static void vl_api_ip_dump_t_handler(vl_api_ip_dump_t *mp)
#define vec_add1(V, E)
Add 1 element to end of vector (unspecified alignment).
void vl_api_ip_route_add_del_t_handler(vl_api_ip_route_add_del_t *mp)
static fib_table_walk_rc_t vl_api_ip_fib_dump_walk(fib_node_index_t fei, void *arg)
void ip6_address_encode(const ip6_address_t *in, vl_api_ip6_address_t out)
int ip_path_mtu_update(const ip_address_t *nh, u32 table_id, u16 pmtu)
Add IP punt redirect rule.
const ip6_address_t * ip6_get_link_local_address(u32 sw_if_index)
int set_ip_source_and_port_range_check(vlib_main_t *vm, u32 *fib_index, u32 sw_if_index, u32 is_add)
vnet_main_t * vnet_get_main(void)
u32 ft_table_id
Table ID (hash key) for this FIB.
static void send_ip_details(vpe_api_main_t *am, vl_api_registration_t *reg, u32 sw_if_index, u8 is_ipv6, u32 context)
u32 mfib_entry_get_fib_index(fib_node_index_t mfib_entry_index)
An API client registration, only in vpp/vlib.
static void vl_api_set_ip_flow_hash_router_id_t_handler(vl_api_set_ip_flow_hash_router_id_t *mp)
u8 * ft_desc
Table description.
static void setup_message_id_table(api_main_t *am)
static void vl_api_add_del_ip_punt_redirect_v2_t_handler(vl_api_add_del_ip_punt_redirect_v2_t *mp, vlib_main_t *vm)
int mfib_api_table_id_decode(fib_protocol_t fproto, u32 table_id, u32 *fib_index)
void ip6_punt_policer_add_del(u8 is_add, u32 policer_index)
enum vnet_ip_table_function_priority_t_ vnet_ip_table_function_priority_t
enum flow_hash_config_t_ flow_hash_config_t
A flow hash configuration is a mask of the flow hash options.
Lookup IP route from a table.
@ IP_SOURCE_AND_PORT_RANGE_CHECK_N_PROTOCOLS
vl_api_address_family_t af
u32 index_t
A Data-Path Object is an object that represents actions that are applied to packets are they are swit...
int ip_flow_hash_set(ip_address_family_t af, u32 table_id, u32 flow_hash_config)
void vl_api_ip_route_add_del_v2_t_handler(vl_api_ip_route_add_del_v2_t *mp)
walk_rc_t(* ip_punt_redirect_walk_cb_t)(u32 rx_sw_if_index, const ip_punt_redirect_rx_t *redirect, void *arg)
void ip_prefix_decode(const vl_api_prefix_t *in, fib_prefix_t *out)
vl_api_ip_reass_type_t type
u32 fib_node_index_t
A typedef of a node index.
#define REPLY_MACRO_DETAILS4(t, rp, context, body)
int fib_api_route_add_del(u8 is_add, u8 is_multipath, u32 fib_index, const fib_prefix_t *prefix, fib_source_t src, fib_entry_flag_t entry_flags, fib_route_path_t *rpaths)
Adding routes from the API.
static void vl_api_set_ip_flow_hash_t_handler(vl_api_set_ip_flow_hash_t *mp)
static walk_rc_t mfib_route_dump_walk(fib_node_index_t fei, void *arg)
void fib_table_flush(u32 fib_index, fib_protocol_t proto, fib_source_t source)
Flush all entries from a table for the source.
vl_api_ip_flow_hash_config_t flow_hash_config
struct mfib_table_t_ * mfibs
Vector of MFIBs.
bool is_add[default=true]
#define REPLY_MSG_ID_BASE
static void vl_api_ip_punt_redirect_v2_dump_t_handler(vl_api_ip_punt_redirect_v2_dump_t *mp)
static api_main_t * vlibapi_get_main(void)
void mfib_table_flush(u32 mfib_index, fib_protocol_t proto, mfib_source_t source)
Flush all entries from a table for the source.
bool is_add[default=true]
u32 ip_table_get_unused_id(fib_protocol_t fproto)
void ip6_punt_redirect_add_paths(u32 rx_sw_if_index, const fib_route_path_t *paths)
static u32 mroute_add_del_handler(u8 is_add, u8 is_multipath, u32 fib_index, const mfib_prefix_t *prefix, u32 entry_flags, u32 rpf_id, fib_route_path_t *rpaths)
static void vl_api_ip_punt_redirect_t_handler(vl_api_ip_punt_redirect_t *mp, vlib_main_t *vm)
void vl_api_ip_table_add_del_t_handler(vl_api_ip_table_add_del_t *mp)
void mfib_table_mark(u32 fib_index, fib_protocol_t proto, mfib_source_t source)
Resync all entries from a table for the source this is the mark part of the mark and sweep algorithm.
vl_api_interface_index_t sw_if_index
void mfib_table_sweep(u32 fib_index, fib_protocol_t proto, mfib_source_t source)
Signal that the table has converged, i.e.
vl_api_interface_index_t ip_sw_if_index
mfib_table_t * mfib_table_get(fib_node_index_t index, fib_protocol_t proto)
Get a pointer to a FIB table.
vl_api_address_with_prefix_t prefix
#define REPLY_AND_DETAILS_MACRO(t, p, body)
fib_table_flags_t ft_flags
Table flags.
#define vec_validate(V, I)
Make sure vector is long enough for given index (no header, unspecified alignment)
@ VNET_SW_INTERFACE_FLAG_UNNUMBERED
struct fib_table_t_ * fibs
void vl_api_ip_mroute_add_del_t_handler(vl_api_ip_mroute_add_del_t *mp)
static void vl_api_ip_table_dump_t_handler(vl_api_ip_table_dump_t *mp)
enum fib_protocol_t_ fib_protocol_t
Protocol Type.
IP4 punt redirect per-rx interface configuration redirect punted traffic to another location.
vnet_api_error_t ip4_full_reass_enable_disable(u32 sw_if_index, u8 enable_disable)
static clib_error_t * call_elf_section_ip_table_callbacks(vnet_main_t *vnm, u32 table_id, u32 flags, _vnet_ip_table_function_list_elt_t **elts)
vl_api_punt_redirect_t punt
IPv6 get link local address on interface request.
static int api_mroute_add_del_t_handler(vl_api_ip_mroute_add_del_t *mp, u32 *stats_index)
fib_protocol_t fp_proto
protocol type
void ip_punt_redirect_walk(fib_protocol_t fproto, ip_punt_redirect_walk_cb_t cb, void *ctx)
vnet_sw_interface_t * sw_interfaces
bool is_add[default=true]
ip46_address_t fp_addr
The address type is not deriveable from the fp_addr member.
void mfib_table_unlock(u32 fib_index, fib_protocol_t proto, mfib_source_t source)
Take a reference counting lock on the table.
vl_api_punt_redirect_t punt
vl_api_interface_index_t sw_if_index
int fib_api_table_id_decode(fib_protocol_t fproto, u32 table_id, u32 *fib_index)
void ip4_punt_policer_add_del(u8 is_add, u32 policer_index)
void ip_address_decode2(const vl_api_address_t *in, ip_address_t *out)
void mfib_api_path_encode(const fib_route_path_t *in, vl_api_mfib_path_t *out)
Encode and decode functions from the API types to internal types.
#define BAD_SW_IF_INDEX_LABEL
u32 unnumbered_sw_if_index
vnet_api_error_t ip6_full_reass_set(u32 timeout_ms, u32 max_reassemblies, u32 max_reassembly_length, u32 expire_walk_interval_ms)
set ip6 reassembly configuration
void fib_path_list_walk_w_ext(fib_node_index_t path_list_index, const fib_path_ext_list_t *ext_list, fib_path_list_walk_w_ext_fn_t func, void *ctx)
static void vl_api_ip_table_flush_t_handler(vl_api_ip_table_flush_t *mp)
static void vl_api_ioam_disable_t_handler(vl_api_ioam_disable_t *mp)
API main structure, used by both vpp and binary API clients.
index_t ip_punt_redirect_find(fib_protocol_t fproto, u32 rx_sw_if_index)
static uword vnet_sw_if_index_is_api_valid(u32 sw_if_index)
u32 mfib_table_find_or_create_and_lock_w_name(fib_protocol_t proto, u32 table_id, mfib_source_t src, const u8 *name)
Get the index of the FIB for a Table-ID.
vnet_api_error_t ip6_full_reass_get(u32 *timeout_ms, u32 *max_reassemblies, u32 *max_reassembly_length, u32 *expire_walk_interval_ms)
get ip6 reassembly configuration
vl_api_interface_index_t sw_if_index
static void vl_api_ip_mroute_dump_t_handler(vl_api_ip_mroute_dump_t *mp)
fib_node_index_t fib_table_lookup_exact_match(u32 fib_index, const fib_prefix_t *prefix)
Perfom an exact match in the non-forwarding table.
clib_error_t * ip6_ioam_enable(int has_trace_option, int has_pot_option, int has_seqno_option, int has_analyse_option)
IP unnumbered configurations.
IOAM enable : Enable in-band OAM.
u32 ip_pmtu_get_table_id(const ip_pmtu_t *ipt)
#define vec_free(V)
Free vector's memory (no header).
int mfib_entry_cmp_for_sort(void *i1, void *i2)
static mfib_itf_t * mfib_itf_get(index_t mi)
Get the MFIB interface representation.
vl_api_punt_redirect_v2_t punt
ip_pmtu_t * ip_pmtu_pool
Path MTU tracker pool.
static void vl_api_ioam_enable_t_handler(vl_api_ioam_enable_t *mp)
IPv6 link local address detail.
@ FIB_ENTRY_FLAG_CONNECTED
struct vl_api_ip_mfib_dump_ctx_t_ vl_api_ip_mfib_dump_ctx_t
fib_protocol_t mft_proto
Which protocol this table serves.
u32 mfib_table_find(fib_protocol_t proto, u32 table_id)
Get the index of the FIB for a Table-ID.
vl_api_ip_route_v2_t route
static int vl_api_can_send_msg(vl_api_registration_t *rp)
static clib_error_t * ip_api_hookup(vlib_main_t *vm)
u32 mfib_table_get_table_id(u32 fib_index, fib_protocol_t proto)
Get the Table-ID of the FIB from protocol and index.
u32 fib_table_get_index_for_sw_if_index(fib_protocol_t proto, u32 sw_if_index)
Get the index of the FIB bound to the interface.
#define foreach_flow_hash_bit_v1
u32 mft_table_id
Table ID (hash key) for this FIB.
static void vl_api_ip_unnumbered_dump_t_handler(vl_api_ip_unnumbered_dump_t *mp)
bool is_add[default=true]
vl_api_ip_reass_type_t type
vl_api_address_family_t af
Allocate an unused table A table can be added multiple times.
vl_api_interface_index_t sw_if_index
enum fib_table_walk_rc_t_ fib_table_walk_rc_t
return code controlling how a table walk proceeds
IP Multicast Route Details.
struct fib_table_t_ * fibs
Vector of FIBs.
A representation of a path as described by a route producer.
void vl_api_ip_route_lookup_v2_t_handler(vl_api_ip_route_lookup_v2_t *mp)
fib_path_list_walk_rc_t fib_path_encode(fib_node_index_t path_list_index, fib_node_index_t path_index, const fib_path_ext_t *path_ext, void *args)
vl_api_ip_route_v2_t route
static int ip_container_proxy_send_details(const fib_prefix_t *pfx, u32 sw_if_index, void *args)
#define vec_foreach(var, vec)
Vector iterator.
@ FIB_SOURCE_CLI
From the CLI.
static void send_ip_route_v2_details(vpe_api_main_t *am, vl_api_registration_t *reg, u32 context, fib_node_index_t fib_entry_index)
static void vl_api_ip_container_proxy_dump_t_handler(vl_api_ip_container_proxy_dump_t *mp)
static void vl_api_ip_punt_police_t_handler(vl_api_ip_punt_police_t *mp, vlib_main_t *vm)
static uword pool_elts(void *v)
Number of active elements in a pool.
IPv6 interface enable / disable request.
@ FIB_SOURCE_API
From the control plane API.
u32 mfib_entry_get_stats_index(fib_node_index_t fib_entry_index)
clib_error_t * vnet_ip_container_proxy_add_del(vnet_ip_container_proxy_args_t *args)
ip_lookup_main_t lookup_main
void ip_flow_hash_router_id_set(u32 router_id)
void ip_table_create(fib_protocol_t fproto, u32 table_id, u8 is_api, const u8 *name)
fib_protocol_t fp_proto
protocol type
static_always_inline ip_punt_redirect_rx_t * ip_punt_redirect_get(index_t rrxi)
static void vl_api_ip_punt_redirect_dump_common(ip_walk_ctx_t *ctx, fib_protocol_t fproto, u32 rx_sw_if_index, ip_punt_redirect_walk_cb_t cb)
u32 fib_entry_get_fib_index(fib_node_index_t fib_entry_index)
static void ip_punt_redirect_t_handler_common(u8 is_add, u32 rx_sw_if_index, ip_address_family_t af, const fib_route_path_t *rpaths)
An interface associated with a particular MFIB entry.
const mfib_prefix_t * mfib_entry_get_prefix(fib_node_index_t mfib_entry_index)
static void vl_api_sw_interface_ip6_get_link_local_address_t_handler(vl_api_sw_interface_ip6_get_link_local_address_t *mp)
static void vl_api_ip_address_dump_t_handler(vl_api_ip_address_dump_t *mp)
#define vec_sort_with_function(vec, f)
Sort a vector using the supplied element comparison function.
static void vl_api_ip_source_and_port_range_check_add_del_t_handler(vl_api_ip_source_and_port_range_check_add_del_t *mp)
struct mfib_table_t_ * mfibs
Vector of MFIBs.
fib_route_path_t * fib_entry_encode(fib_node_index_t fib_entry_index)
@ FIB_TABLE_WALK_CONTINUE
Continue on to the next entry.
clib_memset(h->entries, 0, sizeof(h->entries[0]) *entries)
bool is_add[default=true]
void vl_api_ip_path_mtu_replace_end_t_handler(vl_api_ip_path_mtu_replace_end_t *mp)
void ip_address_encode(const ip46_address_t *in, ip46_type_t type, vl_api_address_t *out)
static vlib_main_t * vlib_get_main(void)
void ip4_punt_redirect_del(u32 rx_sw_if_index)
static void vl_api_ip_source_and_port_range_check_interface_add_del_t_handler(vl_api_ip_source_and_port_range_check_interface_add_del_t *mp)
static void send_ip_mtable_details(vl_api_registration_t *reg, u32 context, const mfib_table_t *mfib_table)
vl_api_punt_redirect_v2_t punt
u32 expire_walk_interval_ms
fib_node_index_t mfib_table_entry_update(u32 fib_index, const mfib_prefix_t *prefix, mfib_source_t source, fib_rpf_id_t rpf_id, mfib_entry_flags_t entry_flags)
Add a new (with no replication) or lock an existing entry.
void vl_api_ip_path_mtu_update_t_handler(vl_api_ip_path_mtu_update_t *mp)
void vl_api_ip_route_lookup_t_handler(vl_api_ip_route_lookup_t *mp)
void fib_table_unlock(u32 fib_index, fib_protocol_t proto, fib_source_t source)
Take a reference counting lock on the table.
IP table flush Flush a table of all routes.
Set interface source and L4 port-range request.
u16 ipt_cfg_pmtu
Configured MTU.
static void vl_api_sw_interface_ip6_set_link_local_address_t_handler(vl_api_sw_interface_ip6_set_link_local_address_t *mp)
u32 expire_walk_interval_ms
bool is_add[default=true]
enum fib_source_t_ fib_source_t
The different sources that can create a route.
static void vl_api_ip_punt_redirect_dump_t_handler(vl_api_ip_punt_redirect_dump_t *mp)
@ VNET_IP_TABLE_FUNC_PRIORITY_LOW
@ IP_SOURCE_AND_PORT_RANGE_CHECK_PROTOCOL_UDP_OUT
fib_node_index_t mfs_entry
vnet_api_error_t ip4_full_reass_set(u32 timeout_ms, u32 max_reassemblies, u32 max_reassembly_length, u32 expire_walk_interval_ms)
set ip4 reassembly configuration
fib_protocol_t ft_proto
Which protocol this table serves.
vl_api_ip_route_v2_t route
int ip6_link_set_local_address(u32 sw_if_index, const ip6_address_t *address)
u8 mfs_buffer[MFIB_SIGNAL_BUFFER_SIZE]
A buffer copied from the DP plane that triggered the signal.
vl_api_interface_index_t sw_if_index
u32 fib_table_entry_get_stats_index(u32 fib_index, const fib_prefix_t *prefix)
Return the stats index for a FIB entry.
u32 max_reassembly_length
int ip6_link_enable(u32 sw_if_index, const ip6_address_t *link_local_addr)
IPv6 Configuration on an interface.
int ip4_source_and_port_range_check_add_del(ip4_address_t *address, u32 length, u32 vrf_id, u16 *low_ports, u16 *high_ports, int is_add)
void ip4_punt_redirect_add_paths(u32 rx_sw_if_index, const fib_route_path_t *paths)
static void send_ip_route_details(vpe_api_main_t *am, vl_api_registration_t *reg, u32 context, fib_node_index_t fib_entry_index)
#define INDEX_INVALID
Invalid index - used when no index is known blazoned capitals INVALID speak volumes where ~0 does not...
static void vl_api_ip_container_proxy_add_del_t_handler(vl_api_ip_container_proxy_add_del_t *mp)
int fib_api_path_decode(vl_api_fib_path_t *in, fib_route_path_t *out)
u32 fib_table_find(fib_protocol_t proto, u32 table_id)
Get the index of the FIB for a Table-ID.
vl_api_interface_index_t sw_if_index
clib_error_t * clear_ioam_rewrite_fn(void)
enum walk_rc_t_ walk_rc_t
Walk return code.
static walk_rc_t send_ip_punt_redirect_details(u32 rx_sw_if_index, const ip_punt_redirect_rx_t *ipr, void *arg)
vnet_api_error_t ip4_sv_reass_enable_disable(u32 sw_if_index, u8 enable_disable)
bool is_add[default=true]
ip46_type_t fib_proto_to_ip46(fib_protocol_t fproto)
Convert from fib_protocol to ip46_type.
Aggregate type for a prefix.
static void vl_api_ip_path_mtu_get_t_handler(vl_api_ip_path_mtu_get_t *mp)
fib_source_t fib_entry_get_best_source(fib_node_index_t entry_index)
@ FIB_ROUTE_PATH_LOCAL
A for-us/local path.
static int ip_route_add_del_t_handler(vl_api_ip_route_add_del_t *mp, u32 *stats_index)
@ IP_REASS_TYPE_SHALLOW_VIRTUAL
void fib_table_walk_w_src(u32 fib_index, fib_protocol_t proto, fib_source_t src, fib_table_walk_fn_t fn, void *data)
Walk all entries in a FIB table N.B: This is NOT safe to deletes.
Add / del table request A table can be added multiple times, but need be deleted only once.
vnet_interface_main_t interface_main
static void send_ip_address_details(vpe_api_main_t *am, vl_api_registration_t *reg, const fib_prefix_t *pfx, u32 sw_if_index, u32 context)
bool is_add[default=true]
#define REPLY_MACRO3_ZERO(t, n, body)
struct _vnet_ip_container_proxy_args vnet_ip_container_proxy_args_t
static walk_rc_t send_ip_punt_redirect_v2_details(u32 rx_sw_if_index, const ip_punt_redirect_rx_t *ipr, void *arg)
int ip6_link_disable(u32 sw_if_index)
vpe_api_main_t vpe_api_main
@ IP_SOURCE_AND_PORT_RANGE_CHECK_PROTOCOL_TCP_IN
enum ip_address_family_t_ ip_address_family_t
void * vl_msg_api_alloc(int nbytes)
static uword random_default_seed(void)
Default random seed (unix/linux user-mode)
vl_api_wireguard_peer_flags_t flags
void vl_mfib_signal_send_one(vl_api_registration_t *reg, u32 context, const mfib_signal_t *mfs)