Container descriptor for a FIB entry. More...
#include <table.h>
Data Fields | |
kernel_pid_t | iface_id |
interface ID | |
uint64_t | lifetime |
Lifetime of this entry (an absolute time-point is stored by the FIB) | |
uint32_t | global_flags |
Unique identifier for the type of the global address. | |
universal_address_container_t * | global |
Pointer to the shared generic address. | |
uint32_t | next_hop_flags |
Unique identifier for the type of the next hop address. | |
universal_address_container_t * | next_hop |
Pointer to the shared generic address. | |