FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
vl_api_gpe_add_del_native_fwd_rpath_t Struct Reference

Add native fwd rpath. More...

Data Fields

u32 client_index
 
u32 context
 
bool is_add [default=true]
 
u32 table_id
 
vl_api_interface_index_t nh_sw_if_index
 
vl_api_address_t nh_addr
 

Detailed Description

Add native fwd rpath.

Template Parameters
context- returned sender context, to match reply w/ request
retval- return code
is_add- flag to indicate add or del
table_id- table id for route path
nh_sw_if_index- next-hop sw_if_index (~0 if not set)
is_ip4- flag to indicate if nh is ip4
nh_addr- next hop ip address

Definition at line 190 of file lisp_gpe.api.

Field Documentation

◆ client_index

u32 vl_api_gpe_add_del_native_fwd_rpath_t::client_index

Definition at line 192 of file lisp_gpe.api.

◆ context

u32 vl_api_gpe_add_del_native_fwd_rpath_t::context

Definition at line 193 of file lisp_gpe.api.

◆ is_add

bool vl_api_gpe_add_del_native_fwd_rpath_t::is_add[default=true]

Definition at line 194 of file lisp_gpe.api.

◆ nh_addr

vl_api_address_t vl_api_gpe_add_del_native_fwd_rpath_t::nh_addr

Definition at line 197 of file lisp_gpe.api.

◆ nh_sw_if_index

vl_api_interface_index_t vl_api_gpe_add_del_native_fwd_rpath_t::nh_sw_if_index

Definition at line 196 of file lisp_gpe.api.

◆ table_id

u32 vl_api_gpe_add_del_native_fwd_rpath_t::table_id

Definition at line 195 of file lisp_gpe.api.


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