Open Ethernet Networking (OpEN) API Guide and Reference Manual  3.6.0.3
Data Fields

Data Fields

uint32_t ifNum
 
uint32_t label [OPEN_MAX_MPLS_IMPOSE_LABELS]
 
open_inet_addr_t nhAddr
 

Detailed Description

Examples:
openr_example.c.

Definition at line 232 of file openapi_routing.h.

Field Documentation

uint32_t openNextHop_s::ifNum

Outgoing interface. This is the unique, 32-bit identifier that RPPI associates with the interface.

Examples:
openr_example.c.

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.

Examples:
openr_example.c.

Definition at line 243 of file openapi_routing.h.

open_inet_addr_t openNextHop_s::nhAddr

IP address of the gateway

Examples:
openr_example.c.

Definition at line 235 of file openapi_routing.h.


The documentation for this struct was generated from the following file: