FD.io VPP
v17.04.2-2-ga8f93f8
Vector Packet Processing
|
The source of an MFIB entry. More...
Data Fields | |
mfib_source_t | mfes_src |
Which source this is. More... | |
fib_node_index_t | mfes_pl |
The path-list of forwarding interfaces. More... | |
mfib_entry_flags_t | mfes_flags |
Route flags. More... | |
mfib_itf_t * | mfes_itfs |
The hash table of all interfaces. More... | |
The source of an MFIB entry.
Definition at line 54 of file mfib_entry.c.
mfib_entry_flags_t mfib_entry_src_t_::mfes_flags |
Route flags.
Definition at line 69 of file mfib_entry.c.
mfib_itf_t* mfib_entry_src_t_::mfes_itfs |
The hash table of all interfaces.
Definition at line 74 of file mfib_entry.c.
fib_node_index_t mfib_entry_src_t_::mfes_pl |
The path-list of forwarding interfaces.
Definition at line 64 of file mfib_entry.c.
mfib_source_t mfib_entry_src_t_::mfes_src |
Which source this is.
Definition at line 59 of file mfib_entry.c.