FD.io VPP  v16.12-rc0-308-g931be3a
Vector Packet Processing
vl_api_lisp_gpe_add_del_fwd_entry_t Struct Reference

add or delete lisp gpe tunnel More...

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
 
u32 loc_num
 
u8 lcl_locs [loc_num]
 
u8 rmt_locs [loc_num]
 
u8 action
 

Detailed Description

add or delete lisp 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
loc_num- number of locators
lcl_locs- array of local locators
rmt_locs- array of remote locators
action- negative action when 0 locators configured

Definition at line 2533 of file vpe.api.

Field Documentation

u8 vl_api_lisp_gpe_add_del_fwd_entry_t::action

Definition at line 2548 of file vpe.api.

u32 vl_api_lisp_gpe_add_del_fwd_entry_t::client_index

Definition at line 2535 of file vpe.api.

u32 vl_api_lisp_gpe_add_del_fwd_entry_t::context

Definition at line 2536 of file vpe.api.

u32 vl_api_lisp_gpe_add_del_fwd_entry_t::dp_table

Definition at line 2544 of file vpe.api.

u8 vl_api_lisp_gpe_add_del_fwd_entry_t::eid_type

Definition at line 2538 of file vpe.api.

u8 vl_api_lisp_gpe_add_del_fwd_entry_t::is_add

Definition at line 2537 of file vpe.api.

u8 vl_api_lisp_gpe_add_del_fwd_entry_t::lcl_eid[16]

Definition at line 2540 of file vpe.api.

u8 vl_api_lisp_gpe_add_del_fwd_entry_t::lcl_len

Definition at line 2542 of file vpe.api.

u8 vl_api_lisp_gpe_add_del_fwd_entry_t::lcl_locs[loc_num]

Definition at line 2546 of file vpe.api.

u32 vl_api_lisp_gpe_add_del_fwd_entry_t::loc_num

Definition at line 2545 of file vpe.api.

u8 vl_api_lisp_gpe_add_del_fwd_entry_t::rmt_eid[16]

Definition at line 2539 of file vpe.api.

u8 vl_api_lisp_gpe_add_del_fwd_entry_t::rmt_len

Definition at line 2541 of file vpe.api.

u8 vl_api_lisp_gpe_add_del_fwd_entry_t::rmt_locs[loc_num]

Definition at line 2547 of file vpe.api.

u32 vl_api_lisp_gpe_add_del_fwd_entry_t::vni

Definition at line 2543 of file vpe.api.


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