Container descriptor for a FIB source route. More...
#include <table.h>
Data Fields | |
kernel_pid_t | sr_iface_id |
interface ID | |
uint64_t | sr_lifetime |
Lifetime of this entry (an absolute time-point is stored by the FIB) | |
uint32_t | sr_flags |
Flags for this source route. | |
fib_sr_entry_t * | sr_path |
Pointer to the first hop on the source route. | |
fib_sr_entry_t * | sr_dest |
Pointer to the destination of the source route. | |