16 #ifndef __MFIB_API_H__ 17 #define __MFIB_API_H__ 20 #include <vnet/ip/ip.api_types.h> 25 struct _vl_api_mfib_path;
31 vl_api_mfib_path_t *out);
enum mfib_entry_flags_t_ mfib_entry_flags_t
A representation of a path as described by a route producer.
int mfib_api_table_id_decode(fib_protocol_t fproto, u32 table_id, u32 *fib_index)
enum fib_protocol_t_ fib_protocol_t
Protocol Type.
mfib_entry_flags_t mfib_api_path_entry_flags_decode(vl_api_mfib_entry_flags_t in)
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.
int mfib_api_path_decode(vl_api_mfib_path_t *in, fib_route_path_t *out)