FD.io VPP
v20.05.1-6-gf53edbc3b
Vector Packet Processing
|
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 |
Add native fwd rpath.
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.
u32 vl_api_gpe_add_del_native_fwd_rpath_t::client_index |
Definition at line 192 of file lisp_gpe.api.
u32 vl_api_gpe_add_del_native_fwd_rpath_t::context |
Definition at line 193 of file lisp_gpe.api.
bool vl_api_gpe_add_del_native_fwd_rpath_t::is_add[default=true] |
Definition at line 194 of file lisp_gpe.api.
vl_api_address_t vl_api_gpe_add_del_native_fwd_rpath_t::nh_addr |
Definition at line 197 of file lisp_gpe.api.
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.
u32 vl_api_gpe_add_del_native_fwd_rpath_t::table_id |
Definition at line 195 of file lisp_gpe.api.