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

Tunnel Port Entry Information. More...

#include <openapi_l2ol3tunnel.h>

Data Fields

uint32_t remoteIPAddr
 Remote TEP IP address to which tunnel is needed. More...
 
open_l2ol3TunnelStatus_t status
 Tunnel Port Status Information. More...
 
uint32_t tenantId
 Tenant Id to which Tunnel Port/Handle belong to. More...
 
uint32_t tunnelHandle
 Tunnel Port or Tunnel Handle. More...
 
OPEN_L2OL3_TUNNEL_TYPE_t tunnelType
 Type of Tunnel Port. More...
 

Detailed Description

Tunnel Port Entry Information.

Examples:
l2ol3tunnel_example.c.

Definition at line 145 of file openapi_l2ol3tunnel.h.

Field Documentation

uint32_t open_l2ol3TunnelInfo_t::remoteIPAddr

Remote TEP IP address to which tunnel is needed.

Examples:
l2ol3tunnel_example.c.

Definition at line 150 of file openapi_l2ol3tunnel.h.

open_l2ol3TunnelStatus_t open_l2ol3TunnelInfo_t::status

Tunnel Port Status Information.

Examples:
l2ol3tunnel_example.c.

Definition at line 151 of file openapi_l2ol3tunnel.h.

uint32_t open_l2ol3TunnelInfo_t::tenantId

Tenant Id to which Tunnel Port/Handle belong to.

Examples:
l2ol3tunnel_example.c.

Definition at line 148 of file openapi_l2ol3tunnel.h.

uint32_t open_l2ol3TunnelInfo_t::tunnelHandle

Tunnel Port or Tunnel Handle.

Examples:
l2ol3tunnel_example.c.

Definition at line 147 of file openapi_l2ol3tunnel.h.

OPEN_L2OL3_TUNNEL_TYPE_t open_l2ol3TunnelInfo_t::tunnelType

Type of Tunnel Port.

Examples:
l2ol3tunnel_example.c.

Definition at line 149 of file openapi_l2ol3tunnel.h.


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