|
Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.9.0.2
|
Data Fields | |
| uint32_t | ifNum |
| uint32_t | label [OPEN_MAX_MPLS_IMPOSE_LABELS] |
| open_inet_addr_t | nhAddr |
Definition at line 240 of file openapi_routing.h.
| uint32_t openNextHop_s::ifNum |
Outgoing interface. This is the unique, 32-bit identifier that RPPI associates with the interface.
Definition at line 247 of file openapi_routing.h.
| uint32_t openNextHop_s::label[OPEN_MAX_MPLS_IMPOSE_LABELS] |
MPLS labels. The first label is the outermost or top label.
Definition at line 251 of file openapi_routing.h.
| open_inet_addr_t openNextHop_s::nhAddr |
IP address of the gateway
Definition at line 243 of file openapi_routing.h.