|
Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.12.0.1
|
Data Fields | |
| openapiECMPRoute6_t | ecmpRoutes |
| ECMP paths. | |
| uint32_t | flags |
| Route entry flags. | |
| OPEN_BOOL_t | hwFailure |
| Hardware failure status. | |
| open_in6_addr_t | ip6Addr |
| Route prefix address. | |
| int32_t | ip6PrefixLen |
| Route prefix lenght. | |
| OPEN_BOOL_t | ip_anycast |
| Is route IP Anycast. | |
| uint32_t | metric |
| cost associated with this route | |
| uint8_t | pref |
| Route preference (also called administrative distance). More... | |
| uint32_t | protocol |
| Protocol via which the route(s) are learned. | |
| uint32_t | seqNum |
| Sequence number for successive route addition. | |
| uint32_t | tableId |
| Table ID for the VRF, valid if vrfId != 0. | |
| uint32_t | updateTime |
| Specifies the last time the route was updated (in hours:minutes:seconds) | |
| uint32_t | vrfId |
| VRF identifier. | |
Definition at line 164 of file openapi_ip6map.h.
| uint8_t openapiRoute6Entry_s::pref |
Route preference (also called administrative distance).
[0 to 255]
Definition at line 173 of file openapi_ip6map.h.