FD.io VPP  v17.04-9-g99c0734
Vector Packet Processing
mfib_entry_src_t_ Struct Reference

The source of an MFIB entry. More...

+ Collaboration diagram for mfib_entry_src_t_:

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_tmfes_itfs
 The hash table of all interfaces. More...
 

Detailed Description

The source of an MFIB entry.

Definition at line 54 of file mfib_entry.c.

Field Documentation

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.


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