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

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.
 

Detailed Description

Tenant Forwarding Entry Information.

Examples:
l2ol3tunnel_example.c.

Definition at line 155 of file openapi_l2ol3tunnel.h.

Field Documentation

uint32_t open_l2ol3L2FwdEntry_t::destHandle

Destination Tunnel Port or Destination Access Port handle through which the tenant system is reachable.

Examples:
l2ol3tunnel_example.c.

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.

Examples:
l2ol3tunnel_example.c.

Definition at line 161 of file openapi_l2ol3tunnel.h.

uint32_t open_l2ol3L2FwdEntry_t::tenantId

Tenant Id to which this forwarding entry belong to.

Examples:
l2ol3tunnel_example.c.

Definition at line 157 of file openapi_l2ol3tunnel.h.


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