FD.io VPP
v20.01-48-g3e0dafb74
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 199 of file lisp_gpe.api.
u32 vl_api_gpe_add_del_native_fwd_rpath_t::client_index |
Definition at line 201 of file lisp_gpe.api.
u32 vl_api_gpe_add_del_native_fwd_rpath_t::context |
Definition at line 202 of file lisp_gpe.api.
u8 vl_api_gpe_add_del_native_fwd_rpath_t::is_add |
Definition at line 203 of file lisp_gpe.api.
u8 vl_api_gpe_add_del_native_fwd_rpath_t::is_ip4 |
Definition at line 206 of file lisp_gpe.api.
u8 vl_api_gpe_add_del_native_fwd_rpath_t::nh_addr[16] |
Definition at line 207 of file lisp_gpe.api.
u32 vl_api_gpe_add_del_native_fwd_rpath_t::nh_sw_if_index |
Definition at line 205 of file lisp_gpe.api.
u32 vl_api_gpe_add_del_native_fwd_rpath_t::table_id |
Definition at line 204 of file lisp_gpe.api.