Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.6.0.3
|
Tenant Forwarding Entry Information. More...
#include <openapi_l2ol3tunnel.h>
Data Fields | |
uint32_t | destHandle |
Destination Tunnel Port or Destination Access Port handle through which the tenant system is reachable. More... | |
OPEN_BOOL_t | isStatic |
A value of OPEN_TRUE indicates a user configured or static forwarding entry. More... | |
unsigned char | macAddress [OPEN_MAC_ADDR_LEN] |
MAC address of the tenant system. | |
uint32_t | tenantId |
Tenant Id to which this forwarding entry belong to. More... | |
uint32_t | timeStamp |
Time in seconds when the entry is added. | |
Tenant Forwarding Entry Information.
Definition at line 155 of file openapi_l2ol3tunnel.h.
uint32_t open_l2ol3L2FwdEntry_t::destHandle |
Destination Tunnel Port or Destination Access Port handle through which the tenant system is reachable.
Definition at line 159 of file openapi_l2ol3tunnel.h.
OPEN_BOOL_t open_l2ol3L2FwdEntry_t::isStatic |
A value of OPEN_TRUE indicates a user configured or static forwarding entry.
A value of OPEN_FALSE indicates a learnt entry.
Definition at line 161 of file openapi_l2ol3tunnel.h.
uint32_t open_l2ol3L2FwdEntry_t::tenantId |
Tenant Id to which this forwarding entry belong to.
Definition at line 157 of file openapi_l2ol3tunnel.h.