Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.6.0.3
|
Data Fields | |
uint32_t | ifNum |
uint32_t | label [OPEN_MAX_MPLS_IMPOSE_LABELS] |
open_inet_addr_t | nhAddr |
Definition at line 232 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 239 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 243 of file openapi_routing.h.
open_inet_addr_t openNextHop_s::nhAddr |
IP address of the gateway
Definition at line 235 of file openapi_routing.h.