![]() |
FD.io VPP
v17.10-9-gd594711
Vector Packet Processing
|
Add native fwd rpath. More...
Data Fields | |
| u32 | client_index |
| u32 | context |
| u8 | is_add |
| u32 | table_id |
| u32 | nh_sw_if_index |
| u8 | is_ip4 |
| u8 | nh_addr [16] |
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 198 of file lisp_gpe.api.
| u32 vl_api_gpe_add_del_native_fwd_rpath_t::client_index |
Definition at line 200 of file lisp_gpe.api.
| u32 vl_api_gpe_add_del_native_fwd_rpath_t::context |
Definition at line 201 of file lisp_gpe.api.
| u8 vl_api_gpe_add_del_native_fwd_rpath_t::is_add |
Definition at line 202 of file lisp_gpe.api.
| u8 vl_api_gpe_add_del_native_fwd_rpath_t::is_ip4 |
Definition at line 205 of file lisp_gpe.api.
| u8 vl_api_gpe_add_del_native_fwd_rpath_t::nh_addr[16] |
Definition at line 206 of file lisp_gpe.api.
| u32 vl_api_gpe_add_del_native_fwd_rpath_t::nh_sw_if_index |
Definition at line 204 of file lisp_gpe.api.
| u32 vl_api_gpe_add_del_native_fwd_rpath_t::table_id |
Definition at line 203 of file lisp_gpe.api.