|
Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.9.0.2
|
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. | |
Message structure for forwarding table change notifications.
Definition at line 180 of file openapi_routing.h.
| uint32_t openrBestRouteChangeMsg_s::clientId |
Client ID given to client at registration time.
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.