Open Ethernet Networking (OpEN) API Guide and Reference Manual  3.9.0.2
Data Fields
openrBestRouteChangeMsg_s Struct Reference

Message structure for forwarding table change notifications. More...

#include <openapi_routing.h>

Data Fields

uint32_t clientId
 Client ID given to client at registration time.
 
uint16_t msgLen
 Number of bytes in payload.
 
uint16_t msgType
 One of OPENR_MESSAGE_TYPE_t.
 
uint32_t vrfId
 VRF Id provided by the client at registration time.
 

Detailed Description

Message structure for forwarding table change notifications.

Examples:
openr_example.c.

Definition at line 180 of file openapi_routing.h.

Field Documentation

uint32_t openrBestRouteChangeMsg_s::clientId

Client ID given to client at registration time.

Examples:
openr_example.c.

Definition at line 189 of file openapi_routing.h.

uint16_t openrBestRouteChangeMsg_s::msgLen

Number of bytes in payload.

Includes the Message Type and Message Length fields.

Definition at line 186 of file openapi_routing.h.

uint32_t openrBestRouteChangeMsg_s::vrfId

VRF Id provided by the client at registration time.

Definition at line 192 of file openapi_routing.h.


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