FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
Aggregate 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 |
Aggregate type for a prefix.
Definition at line 24 of file mfib_types.h.
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.