FD.io VPP
v17.04.2-2-ga8f93f8
Vector Packet Processing
|
An interface associated with a particular MFIB entry. More...
Data Fields | |
mfib_itf_flags_t | mfi_flags |
Falags on the entry. More... | |
u32 | mfi_sw_if_index |
The SW IF index that this MFIB interface represents. More... | |
u32 | mfi_si |
The index of the signal in the pending list. More... | |
An interface associated with a particular MFIB entry.
Definition at line 25 of file mfib_itf.h.
mfib_itf_flags_t mfib_itf_t_::mfi_flags |
Falags on the entry.
Definition at line 30 of file mfib_itf.h.
u32 mfib_itf_t_::mfi_si |
The index of the signal in the pending list.
Definition at line 40 of file mfib_itf.h.
u32 mfib_itf_t_::mfi_sw_if_index |
The SW IF index that this MFIB interface represents.
Definition at line 35 of file mfib_itf.h.