FD.io VPP  v19.01.3-6-g70449b9b9
Vector Packet Processing
vl_api_gpe_add_del_fwd_entry_t Struct Reference

add or delete GPE tunnel More...

+ Collaboration diagram for vl_api_gpe_add_del_fwd_entry_t:

Data Fields

u32 client_index
 
u32 context
 
u8 is_add
 
u8 eid_type
 
u8 rmt_eid [16]
 
u8 lcl_eid [16]
 
u8 rmt_len
 
u8 lcl_len
 
u32 vni
 
u32 dp_table
 
u8 action
 
u32 loc_num
 
vl_api_gpe_locator_t locs [loc_num]
 

Detailed Description

add or delete GPE tunnel

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
is_add- add address if non-zero, else delete
eid_type- 0 : ipv4 1 : ipv6 2 : mac
rmt_eid- remote eid
lcl_eid- local eid
rmt_len- remote prefix len
lcl_len- local prefix len
vni- virtual network identifier
dp_table- vrf/bridge domain id
action- negative action when 0 locators configured
loc_num- number of locators
locs- array of remote locators

Definition at line 48 of file lisp_gpe.api.

Field Documentation

◆ action

u8 vl_api_gpe_add_del_fwd_entry_t::action

Definition at line 60 of file lisp_gpe.api.

◆ client_index

u32 vl_api_gpe_add_del_fwd_entry_t::client_index

Definition at line 50 of file lisp_gpe.api.

◆ context

u32 vl_api_gpe_add_del_fwd_entry_t::context

Definition at line 51 of file lisp_gpe.api.

◆ dp_table

u32 vl_api_gpe_add_del_fwd_entry_t::dp_table

Definition at line 59 of file lisp_gpe.api.

◆ eid_type

u8 vl_api_gpe_add_del_fwd_entry_t::eid_type

Definition at line 53 of file lisp_gpe.api.

◆ is_add

u8 vl_api_gpe_add_del_fwd_entry_t::is_add

Definition at line 52 of file lisp_gpe.api.

◆ lcl_eid

u8 vl_api_gpe_add_del_fwd_entry_t::lcl_eid[16]

Definition at line 55 of file lisp_gpe.api.

◆ lcl_len

u8 vl_api_gpe_add_del_fwd_entry_t::lcl_len

Definition at line 57 of file lisp_gpe.api.

◆ loc_num

u32 vl_api_gpe_add_del_fwd_entry_t::loc_num

Definition at line 61 of file lisp_gpe.api.

◆ locs

vl_api_gpe_locator_t vl_api_gpe_add_del_fwd_entry_t::locs[loc_num]

Definition at line 62 of file lisp_gpe.api.

◆ rmt_eid

u8 vl_api_gpe_add_del_fwd_entry_t::rmt_eid[16]

Definition at line 54 of file lisp_gpe.api.

◆ rmt_len

u8 vl_api_gpe_add_del_fwd_entry_t::rmt_len

Definition at line 56 of file lisp_gpe.api.

◆ vni

u32 vl_api_gpe_add_del_fwd_entry_t::vni

Definition at line 58 of file lisp_gpe.api.


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