Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.6.0.3
|
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... | |
Tunnel Port Entry Information.
Definition at line 145 of file openapi_l2ol3tunnel.h.
uint32_t open_l2ol3TunnelInfo_t::remoteIPAddr |
Remote TEP IP address to which tunnel is needed.
Definition at line 150 of file openapi_l2ol3tunnel.h.
open_l2ol3TunnelStatus_t open_l2ol3TunnelInfo_t::status |
Tunnel Port Status Information.
Definition at line 151 of file openapi_l2ol3tunnel.h.
uint32_t open_l2ol3TunnelInfo_t::tenantId |
Tenant Id to which Tunnel Port/Handle belong to.
Definition at line 148 of file openapi_l2ol3tunnel.h.
uint32_t open_l2ol3TunnelInfo_t::tunnelHandle |
Tunnel Port or Tunnel Handle.
Definition at line 147 of file openapi_l2ol3tunnel.h.
OPEN_L2OL3_TUNNEL_TYPE_t open_l2ol3TunnelInfo_t::tunnelType |
Type of Tunnel Port.
Definition at line 149 of file openapi_l2ol3tunnel.h.