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

Information received in notification for event OPEN_NOTIFY_EVENT_IPV4_ROUTE. More...

#include <openapi_event_notify.h>

Data Fields

uint8_t eventChangeType
 Create, delete or update.
 
uint32_t routeDest
 IP address of the route destination.
 
uint32_t routeMask
 Route mask.
 
uint32_t routePref
 Route preference (administrative distance). More...
 
uint32_t routeProto
 Value of OPEN_RTO_PROTOCOL_INDICES_t (refer to IP route table). More...
 
uint16_t vrfId
 VRF ID.
 

Detailed Description

Information received in notification for event OPEN_NOTIFY_EVENT_IPV4_ROUTE.

Examples:
event_notify_example.c.

Definition at line 217 of file openapi_event_notify.h.

Field Documentation

uint32_t OPEN_IPV4_ROUTE_EVENT_t::routePref

Route preference (administrative distance).

[0 to 255].

Definition at line 224 of file openapi_event_notify.h.

uint32_t OPEN_IPV4_ROUTE_EVENT_t::routeProto

Value of OPEN_RTO_PROTOCOL_INDICES_t (refer to IP route table).

Definition at line 223 of file openapi_event_notify.h.


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