#include <fip_route6.h>

Data Fields | |
| fip_routestate_t | state |
| Route state (unused, used, etc). | |
| unsigned char | length |
| Route length in bits. | |
| unsigned char | metric |
| Route metric (low is better). | |
| fip_ifnum_t | interfaceNext |
| Next-hop interface. | |
| fip_bool_t | advRoute |
| For routers, flag that indicates if we advertise this prefix. | |
| fip_vlifetime_t | validLifetime |
| When advertising the route, how long this is valid for. | |
| fip_vlifetime_t | expireTime32S |
| When in seconds since system start the route expires, 0 = Never. | |
| fip_ip6addr_t | route |
| Route itself. | |
| fip_ip6addr_t | nextHop |
| Next hop IPv6 Address. | |
1.5.7.1