FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
lisp_gpe_tenant_t_ Struct Reference

Representation of the data associated with a LISP overlay tenant. More...

Data Fields

u32 lt_vni
 The VNI is the identifier of the tenant. More...
 
u32 lt_table_id
 The tenant can have both L2 and L3 services enabled. More...
 
u32 lt_bd_id
 
u32 lt_locks [LISP_GPE_TENANT_LOCK_NUM]
 The number of locks on the tenant's L3 interface. More...
 
u32 lt_l3_sw_if_index
 The L3 SW interface index. More...
 
u32 lt_l2_sw_if_index
 The L2 SW interface index. More...
 

Detailed Description

Representation of the data associated with a LISP overlay tenant.

This object exists to manage the shared resources of the L2 and L3 interface of a given tenant.

Definition at line 38 of file lisp_gpe_tenant.h.

Field Documentation

◆ lt_bd_id

u32 lisp_gpe_tenant_t_::lt_bd_id

Definition at line 49 of file lisp_gpe_tenant.h.

◆ lt_l2_sw_if_index

u32 lisp_gpe_tenant_t_::lt_l2_sw_if_index

The L2 SW interface index.

Definition at line 64 of file lisp_gpe_tenant.h.

◆ lt_l3_sw_if_index

u32 lisp_gpe_tenant_t_::lt_l3_sw_if_index

The L3 SW interface index.

Definition at line 59 of file lisp_gpe_tenant.h.

◆ lt_locks

u32 lisp_gpe_tenant_t_::lt_locks[LISP_GPE_TENANT_LOCK_NUM]

The number of locks on the tenant's L3 interface.

Definition at line 54 of file lisp_gpe_tenant.h.

◆ lt_table_id

u32 lisp_gpe_tenant_t_::lt_table_id

The tenant can have both L2 and L3 services enabled.

Definition at line 48 of file lisp_gpe_tenant.h.

◆ lt_vni

u32 lisp_gpe_tenant_t_::lt_vni

The VNI is the identifier of the tenant.

Definition at line 43 of file lisp_gpe_tenant.h.


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