FD.io VPP  v19.08-23-g4b943d6
Vector Packet Processing
mfib_prefix_t_ Struct Reference

Aggregrate type for a prefix. More...

Data Fields

u16 fp_len
 The mask length. More...
 
fib_protocol_t fp_proto
 protocol type More...
 
ip46_address_t fp_grp_addr
 The address type is not deriveable from the fp_addr member. More...
 
ip46_address_t fp_src_addr
 

Detailed Description

Aggregrate type for a prefix.

Definition at line 24 of file mfib_types.h.

Field Documentation

ip46_address_t mfib_prefix_t_::fp_grp_addr

The address type is not deriveable from the fp_addr member.

If it's v4, then the first 3 u32s of the address will be 0. v6 addresses (even v4 mapped ones) have at least 2 u32s assigned to non-zero values. true. but when it's all zero, one cannot decide.

Definition at line 46 of file mfib_types.h.

u16 mfib_prefix_t_::fp_len

The mask length.

Definition at line 28 of file mfib_types.h.

fib_protocol_t mfib_prefix_t_::fp_proto

protocol type

Definition at line 33 of file mfib_types.h.

ip46_address_t mfib_prefix_t_::fp_src_addr

Definition at line 47 of file mfib_types.h.


The documentation for this struct was generated from the following file: