|
Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.9.0.2
|
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. | |
| OPEN_BOOL_t | isStatic |
| A value of OPEN_TRUE indicates a user configured or static forwarding entry. | |
| 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. | |
| uint32_t | timeStamp |
| Time in seconds when the entry is added. | |
Tenant Forwarding Entry Information.
Definition at line 154 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 158 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 160 of file openapi_l2ol3tunnel.h.
| uint32_t open_l2ol3L2FwdEntry_t::tenantId |
Tenant Id to which this forwarding entry belong to.
Definition at line 156 of file openapi_l2ol3tunnel.h.