140 return (prefix->
fp_len == 32);
142 return (prefix->
fp_len == 128);
195 if (0 != res)
return (res);
209 if (0 != res)
return (res);
static const char * vnet_link_names[]
static void ip6_address_mask(ip6_address_t *a, ip6_address_t *mask)
fib_protocol_t fp_proto
protocol type
ip46_address_t frp_addr
The next-hop address.
Contribute an object that is to be used to forward IP6 packets.
static const char * fib_protocol_names[]
int fib_route_path_cmp(const fib_route_path_t *rpath1, const fib_route_path_t *rpath2)
A representation of a path as described by a route producer.
u8 * format_vnet_link(u8 *s, va_list ap)
u32 mpls_label_t
A label value only, i.e.
dpo_proto_t fib_forw_chain_type_to_dpo_proto(fib_forward_chain_type_t fct)
Convert from a chain type to the DPO proto it will install.
word vnet_sw_interface_compare(vnet_main_t *vnm, uword sw_if_index0, uword sw_if_index1)
Contribute an object that is to be used to forward IP4 packets.
static uword ip4_destination_matches_route(const ip4_main_t *im, const ip4_address_t *key, const ip4_address_t *dest, uword dest_length)
#define ip46_address_cmp(ip46_1, ip46_2)
int fib_prefix_is_host(const fib_prefix_t *prefix)
Return true is the prefix is a host prefix.
enum fib_protocol_t_ fib_protocol_t
Protocol Type.
void fib_prefix_from_mpls_label(mpls_label_t label, fib_prefix_t *pfx)
Big train switch; FIB debugs on or off.
vnet_main_t * vnet_get_main(void)
u32 frp_sw_if_index
The interface.
static uword ip6_destination_matches_route(const ip6_main_t *im, const ip6_address_t *key, const ip6_address_t *dest, uword dest_length)
u8 * format_fib_prefix(u8 *s, va_list *args)
Aggregrate type for a prefix.
int fib_prefix_is_cover(const fib_prefix_t *p1, const fib_prefix_t *p2)
Compare two prefixes for covering relationship.
Contribute an object that is to be used to forward Ethernet packets.
enum dpo_proto_t_ dpo_proto_t
Data path protocol.
fib_protocol_t dpo_proto_to_fib(dpo_proto_t dpo_proto)
u16 fp_len
The mask length.
Contribute an object that is to be used to forward end-of-stack MPLS packets.
format_function_t format_mpls_eos_bit
ip46_address_t fp_addr
The address type is not deriveable from the fp_addr member.
static const char * fib_forw_chain_names[]
#define ip46_address_is_ip4(ip46)
ip6_address_t fib_masks[129]
vnet_link_t fib_forw_chain_type_to_link_type(fib_forward_chain_type_t fct)
Convert from a chain type to the adjacencies link type.
void fib_prefix_from_ip46_addr(const ip46_address_t *addr, fib_prefix_t *pfx)
Host prefix from ip.
enum vnet_link_t_ vnet_link_t
Link Type: A description of the protocol of packets on the link.
enum fib_forward_chain_type_t_ fib_forward_chain_type_t
FIB output chain type.
u8 * format_fib_forw_chain_type(u8 *s, va_list *args)
dpo_proto_t fib_proto_to_dpo(fib_protocol_t fib_proto)
u8 * format_fib_protocol(u8 *s, va_list ap)
format_function_t format_mpls_unicast_label
int fib_prefix_cmp(const fib_prefix_t *p1, const fib_prefix_t *p2)
Compare two prefixes for equality.
ip4_main_t ip4_main
Global ip4 main structure.
vnet_link_t fib_proto_to_link(fib_protocol_t proto)
Convert from a protocol to a link type.
Contribute an object that is to be used to forward non-end-of-stack MPLS packets. ...
#define ip46_address_is_zero(ip46)
u32 frp_fib_index
The FIB index to lookup the nexthop Only valid for recursive paths.
fib_forward_chain_type_t fib_forw_chain_type_from_dpo_proto(dpo_proto_t proto)
Convert from a payload-protocol to a chain type.