Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.6.0.3
|
Tenant Configuration Information. More...
#include <openapi_l2ol3tunnel.h>
Data Fields | |
uint32_t | localTepIpAddr |
Local Tunnel Gateway IP address for this Tenant. More... | |
OPEN_L2OL3_TUNNEL_TYPE_t | tunnelType |
Type of tunnels Tenant is interested in. More... | |
uint32_t | vlanId |
VLAN ID associated with the tenant. More... | |
Tenant Configuration Information.
Definition at line 85 of file openapi_l2ol3tunnel.h.
uint32_t open_l2ol3TenantConfig_t::localTepIpAddr |
Local Tunnel Gateway IP address for this Tenant.
IPv4 address always in host byte order.
Definition at line 89 of file openapi_l2ol3tunnel.h.
OPEN_L2OL3_TUNNEL_TYPE_t open_l2ol3TenantConfig_t::tunnelType |
Type of tunnels Tenant is interested in.
Definition at line 87 of file openapi_l2ol3tunnel.h.
uint32_t open_l2ol3TenantConfig_t::vlanId |
VLAN ID associated with the tenant.
Definition at line 88 of file openapi_l2ol3tunnel.h.